<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to JavaAnnotation</title><link>https://sourceforge.net/p/realsbs/wiki/JavaAnnotation/</link><description>Recent changes to JavaAnnotation</description><atom:link href="https://sourceforge.net/p/realsbs/wiki/JavaAnnotation/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 12 Nov 2013 01:46:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/realsbs/wiki/JavaAnnotation/feed" rel="self" type="application/rss+xml"/><item><title>JavaAnnotation modified by Tom Swain</title><link>https://sourceforge.net/p/realsbs/wiki/JavaAnnotation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -10,9 +10,8 @@
  **many\[false\]**: upper bound is unlimited (upperBound = -1)
  **opposite\[\]**: the opposite reference of the EReference; must belong to the EClass specified by type
  **ordered\[true\]**: indicates whether order of values in a list is significant
- **required\[false\]**: if true, lowerBound # 1; otherwise, lowerBound # 0
- **resolveProxies\[false if containment=true; true otherwise\]**:
-  enables automatic resolution of references across resources
+ **required\[false\]**: if true, lowerBound = 1; otherwise, lowerBound = 0
+ **resolveProxies\[false if containment=true; true otherwise\]**:  enables automatic resolution of references across resources
  **transient\[false\]**: determines whether a reference is omitted from serialization
  **type\[\]**: used to specify the type of objects in a List
  **unique\[true\]**: indicates whether all the items in a list must be unique
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Swain</dc:creator><pubDate>Tue, 12 Nov 2013 01:46:56 -0000</pubDate><guid>https://sourceforge.net0bc3af5f275522735f3ef92e330b270564a3bfc2</guid></item><item><title>JavaAnnotation modified by Tom Swain</title><link>https://sourceforge.net/p/realsbs/wiki/JavaAnnotation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,19 +3,19 @@

 ## References ##

- changeable\[true\]: whether a value can be externally set
- containment\[false\]: the reference has a containment relationship with its owner
- derived\[false\]: the value is computed from other related data
- lower(lowerBound)\[int &gt;= 0\]: lower bound on multiplicity
- many\[false\]: upper bound is unlimited (upperBound = -1)
- opposite\[\]: the opposite reference of the EReference; must belong to the EClass specified by type
- ordered\[true\]: indicates whether order of values in a list is significant
- required\[false\]: if true, lowerBound # 1; otherwise, lowerBound # 0
- resolveProxies\[false if containment=true; true otherwise\]::
+ **changeable\[true\]**: whether a value can be externally set
+ **containment\[false\]**: the reference has a containment relationship with its owner
+ **derived\[false\]**: the value is computed from other related data
+ **lower(lowerBound)\[int &gt;= 0\]**: lower bound on multiplicity
+ **many\[false\]**: upper bound is unlimited (upperBound = -1)
+ **opposite\[\]**: the opposite reference of the EReference; must belong to the EClass specified by type
+ **ordered\[true\]**: indicates whether order of values in a list is significant
+ **required\[false\]**: if true, lowerBound # 1; otherwise, lowerBound # 0
+ **resolveProxies\[false if containment=true; true otherwise\]**:
   enables automatic resolution of references across resources
- transient\[false\]: determines whether a reference is omitted from serialization
- type\[\]: used to specify the type of objects in a List
- unique\[true\]: indicates whether all the items in a list must be unique
- unsettable\[false\]: indicates whether a reference can have the state __unset__
- upper(upperBound)\[int &gt;0 or =-1\]: upper bound on multiplicity
- volatile\[false\]: indicates no storage is associated with the feature
+ **transient\[false\]**: determines whether a reference is omitted from serialization
+ **type\[\]**: used to specify the type of objects in a List
+ **unique\[true\]**: indicates whether all the items in a list must be unique
+ **unsettable\[false\]**: indicates whether a reference can have the state __unset__
+ **upper(upperBound)\[int &gt;0 or =-1\]**: upper bound on multiplicity
+ **volatile\[false\]**: indicates no storage is associated with the feature
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Swain</dc:creator><pubDate>Tue, 12 Nov 2013 01:45:52 -0000</pubDate><guid>https://sourceforge.nete3f6873647c858504995ac2b2dc92fbd38a4704d</guid></item><item><title>JavaAnnotation modified by Tom Swain</title><link>https://sourceforge.net/p/realsbs/wiki/JavaAnnotation/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="describing-emf-models-with-java-annotation"&gt;Describing EMF Models with Java Annotation&lt;/h1&gt;
&lt;p&gt;This page is initially dedicated to defining attributes used with the &lt;code&gt;@model&lt;/code&gt; tag.&lt;/p&gt;
&lt;h2 id="references"&gt;References&lt;/h2&gt;
&lt;p&gt;changeable[true]: whether a value can be externally set&lt;br /&gt;
 containment[false]: the reference has a containment relationship with its owner&lt;br /&gt;
 derived[false]: the value is computed from other related data&lt;br /&gt;
 lower(lowerBound)[int &amp;gt;= 0]: lower bound on multiplicity&lt;br /&gt;
 many[false]: upper bound is unlimited (upperBound = -1)&lt;br /&gt;
 opposite[]: the opposite reference of the EReference; must belong to the EClass specified by type&lt;br /&gt;
 ordered[true]: indicates whether order of values in a list is significant&lt;br /&gt;
 required[false]: if true, lowerBound # 1; otherwise, lowerBound # 0&lt;br /&gt;
 resolveProxies[false if containment=true; true otherwise]::&lt;br /&gt;
  enables automatic resolution of references across resources&lt;br /&gt;
 transient[false]: determines whether a reference is omitted from serialization&lt;br /&gt;
 type[]: used to specify the type of objects in a List&lt;br /&gt;
 unique[true]: indicates whether all the items in a list must be unique&lt;br /&gt;
 unsettable[false]: indicates whether a reference can have the state &lt;strong&gt;unset&lt;/strong&gt;&lt;br /&gt;
 upper(upperBound)[int &amp;gt;0 or =-1]: upper bound on multiplicity&lt;br /&gt;
 volatile[false]: indicates no storage is associated with the feature&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Swain</dc:creator><pubDate>Tue, 12 Nov 2013 01:30:16 -0000</pubDate><guid>https://sourceforge.net85cd2df08a1d608a2fa0c19778a33b54f94c9ab7</guid></item></channel></rss>