-
@interface
A type implemented by, or extended by maven plugins or extensions.
@interface
This annotation tags types that are part of an experimental API.
@interface
This annotation indicates that a type is automatically generated.
@interface
The Immutable
annotation indicates that the object is immutable, i.e.
@interface
The annotated element must not be null.
@interface
This annotation indicates that the annotated type is not threadsafe
and should only be used by a single thread.
@interface
The annotated element can be null
.
@interface
A type implemented by, or extended by maven itself.
@interface
The ThreadSafe
annotation can be used to indicate a given type
is thread safe.