See: Description
Annotation Type | Description |
---|---|
AutoInitialize |
This annotation is used to indicate that a class should be auto initialized.
|
AutoStart |
This annotation is used to indicate that a class should be auto started.
|
Immutable |
Declarative annotation to mark a particular class as an immutable.
|
AutoInitialize
to
initialize the components at runtime and AutoStart
to start the components
at runtime.
Usually these annotations are accompanied by a set of declarative interfaces which defines the behavior of the
declaration. These includes Initializable
and
Startable
Further this also contains a processor
sub package that contains the declarative annotation
processors that are mostly used by the compilers to make sure the behavior of these components and guarantees the
correct use of the annotations in conjunction with the declarative interfacesCopyright © 2016–2019 AdroitLogic. All rights reserved.