@@ -21,7 +21,7 @@ Belows are the rules to convert from UML model elements to Java source codes.
21
21
* converted to _ Java Class_ . (as a separate ` .java ` file)
22
22
* ` visibility ` to one of modifiers ` public ` , ` protected ` , ` private ` and none.
23
23
* ` isAbstract ` property to ` abstract ` modifier.
24
- * ` isFinalSpecification ` and ` isLeaf ` property to ` final ` modifier.
24
+ * ` isFinalSpecialization ` and ` isLeaf ` property to ` final ` modifier.
25
25
* Default constructor is generated.
26
26
* All contained types (_ UMLClass_ , _ UMLInterface_ , _ UMLEnumeration_ ) are generated as inner type definition.
27
27
* Documentation property to JavaDoc comment.
@@ -120,7 +120,7 @@ Belows are the rules to convert from Java source code to UML model elements.
120
120
* ` T[] ` (array), ` java.util.List<T> ` , ` java.util.Set<T> ` or its decendants: ` type ` property refers to ` T ` with multiplicity ` * ` .
121
121
* ` T ` (User-Defined Types) : ` type ` property refers to the ` T ` type.
122
122
* Otherwise : ` type ` property has the type name as string.
123
-
123
+
124
124
* Access modifier ` public ` , ` protected ` and ` private ` to ` visibility ` property.
125
125
* ` static ` modifier to ` isStatic ` property.
126
126
* ` final ` modifier to ` isLeaf ` and ` isReadOnly ` property.
@@ -181,4 +181,4 @@ Belows are the rules to convert from Java source code to UML model elements.
181
181
182
182
---
183
183
184
- Licensed under the MIT license (see LICENSE file).
184
+ Licensed under the MIT license (see LICENSE file).
0 commit comments