See: Description
Annotation Type | Description |
---|---|
Consumer |
A type implemented by, or extended by maven plugins or extensions.
|
Experimental |
This annotation tags types that are part of an experimental API.
|
Generated |
This annotation indicates that a type is automatically generated.
|
Immutable |
The
Immutable annotation indicates that the object is immutable, i.e. |
Nonnull |
The annotated element must not be null.
|
NotThreadSafe |
This annotation indicates that the annotated type is not threadsafe
and should only be used by a single thread.
|
Nullable |
The annotated element can be
null . |
Provider |
A type implemented by, or extended by maven itself.
|
ThreadSafe |
The
ThreadSafe annotation can be used to indicate a given type
is thread safe. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.