Added useful comment
This commit is contained in:
parent
817c875b86
commit
10563e6b02
|
@ -33,6 +33,7 @@ public interface Type extends IdentifiableElement {
|
|||
public static final String CHANGELOG_PROPERTY = "changelog";
|
||||
public static final String ABSTRACT_PROPERTY = "abstract";
|
||||
public static final String FINAL_PROPERTY = "final";
|
||||
/* Cannot use 'supertypes' which conflicts with Element */
|
||||
public static final String TYPE_SUPER_TYPES_PROPERTY = "typeSuperTypes";
|
||||
public static final String PROPERTIES_PROPERTY = "properties";
|
||||
|
||||
|
|
Loading…
Reference in New Issue