Added useful comment

This commit is contained in:
Luca Frosini 2023-04-27 11:17:08 +02:00
parent 817c875b86
commit 10563e6b02
1 changed files with 1 additions and 0 deletions

View File

@ -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";