| ClassCategory |
Identifing each class into a category
|
| DependentInitialisation |
Annotation that can be added together with a definition of a
Spring bean either in the Configuration class together with
@Bean or with @Component or @Service.
This annotation signals that the bean should be initialized when
another bean of the specified value becomes available.
|
| DialogCloseing |
This annotation marks a method to close a dialog.
|
| DialogOpening |
This annotation marks a method to open a dialog.
|
| IgnoreForTest |
Annotation indicating that the type field or method should not be considered in tests.
|
| IgnoreOnDeserialisation |
This annotation must be used together with PostConstruct.
|
| LazySingleton |
This annotation combines Spring component with lazy initialisation.
|
| ListType |
Annotation that can be put on a collection field to designate the type of the entries.
|
| MapOptionalValueType |
Annotation that can be put on a map field to designate the type of the entries.
|
| MapType |
Annotation that can be put on a map field to designate the type of the entries.
|
| MultimapType |
Annotation that can be put on a map field to designate the type of the entries.
|
| ObjectPropertyType |
Annotation that can be put on a collection field to designate the type of the entries.
|
| OnTimeScene |
Annotation for JavaFX scene component.
|
| OptionalGenericPairType |
Annotation that can be put on a map field to designate the type of the entries.
|
| OptionalType |
Annotation that can be put on a collection field to designate the type of the entries.
|
| Prototype |
This annotation combines a spring component with a prototype scope.
|
| ReusableScene |
Annotation for a JavaFX scene component.
|
| SetType |
Annotation that can be put on a collection field to designate the type of the entries.
|
| UniquePrototype |
|
| WeakMatrixListType |
Annotation that can be put on a collection field to designate the type of the entries.
|