| Annotation Type | Description |
|---|---|
| Default |
A ready to use annotation to mask that
an enum value is the default value,
a public field is default instance, or
a public method is a factory method.
|
| DefaultImplementation |
A ready to use annotation to specify a classname for the default implementation.
|
| DefaultInterface |
A ready to use annotation to the class is in interface will all its method have a default implementation
and that the author intent to have the interface itself as an implementation to be created.
|
| DefaultToNull |
A ready to use annotation to mask that the class has null as default.
|
| ImplementedBy |
A ready to use annotation to specify a class for the default implementation.
|
| Nullable |
A ready to use annotation to mask that a parameter in the default parameter can be null.
|
| Optional |
A ready to use annotation to mask that a parameter in the default parameter can be null.
|
| PostConstruct |
A ready to use annotation to specify that the method should be run after constructor is called by DefaultJ.
|
Copyright © 2023. All rights reserved.