@ParametersAreNonnullByDefault
See: Description
Annotation Type | Description |
---|---|
Dependent |
Indicates that a
Registrable type is dependent on specific classes. |
Experimental |
Indicates that a
Registrable is experimental and should be treated
accordingly by the core service implementations. |
Internal |
Indicates that a
Registrable type is internal and should not be
considered as a resolvable type of a registrable instance. |
Persistent |
Indicates that a
Registrable is persistent and should be treated
accordingly by the core service implementations. |
Unsafe |
Indicates that a
Registrable is unsafe and should be treated
accordingly by the core service implementations. |
Unsupported |
Indicates that a
Registrable functionality is not yet fully
supported and such implementations should be treated accordingly by
the core services. |
Version |
Marks a
Registrable with a version identifier. |