Modifier and Type | Class and Description |
---|---|
interface |
Consumer
A type implemented by, or extended by maven plugins or extensions.
|
interface |
Experimental
This annotation tags types that are part of an experimental API.
|
interface |
Generated
This annotation indicates that a type is automatically generated.
|
interface |
Immutable
The
Immutable annotation indicates that the object is immutable, i.e. |
interface |
Nonnull
The annotated element must not be null.
|
interface |
NotThreadSafe
This annotation indicates that the annotated type is not threadsafe
and should only be used by a single thread.
|
interface |
Nullable
The annotated element can be
null . |
interface |
Provider
A type implemented by, or extended by maven itself.
|
interface |
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.