Uses of Annotation Type
org.apache.maven.api.annotations.Experimental

  • Uses of Experimental in org.apache.maven.api.annotations

    Classes in org.apache.maven.api.annotations with annotations of type Experimental
    Modifier and Type
    Class
    Description
    @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.