Annotation Interface Dev
annotations for the StendhalDeveloper.
At the class level it indicates to include the marked class
and to sort it into the specified category.
If at least one constructor is marked, only marked constructors
are used, unmarked ones are ignored.
At the parameter level it can be used to specify a default value.
- Author:
- hendrik
-
Nested Class Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionthe category of this building blockan optional default valuea short label
-
Element Details
-
category
Dev.Category categorythe category of this building block- Default:
- IGNORE
-
defaultValue
String defaultValuean optional default value- Default:
- ""
-
label
String labela short label- Default:
- ""
-