Package io.automatiko.engine.api.codegen
Annotation Type Generated
-
@Retention(RUNTIME) @Target(TYPE) public @interface Generated
-
-
Element Detail
-
value
String[] value
The value element MUST have the name of the code generator.
-
-
-
reference
String reference
A reference identifier that the generated class refers to- Returns:
- reference identifier
-
-
-
name
String name
A optional name to be used- Returns:
- alternative name
- Default:
- ""
-
-
-
hidden
boolean hidden
Optional flag indicating that the generated class shall be hidden from other generators.- Returns:
- true if the class should be hidden otherwise false
- Default:
- false
-
-