Annotation Type | Description |
---|---|
AbsoluteSortPosition |
Used to indicate the absolute position of a property when sorted.
|
FactoryMethod |
Marks the annotated method as a factory method.
|
GenerateFactoryMethod |
Explicitly enables generation of an event factory method for an event class.
|
ImplementedBy |
Used to indicate the base class that a generated event class extends from.
|
PropertySettings |
Used to specify the settings used when generating code for a property.
|
TransformResult |
Used to indicate that the return type of a method should be transformed by
calling a method on it, indicated by the
TransformWith annotation. |
TransformWith |
Used to indicate a method that will be called from the method with the
corresponding
TransformResult annotation. |
UseField |
Used to mark fields which should be used by the class generator.
|