org.glassfish.external.arc
Annotation Type Taxonomy


@Retention(value=RUNTIME)
@Documented
@Target(value={METHOD,TYPE,ANNOTATION_TYPE,FIELD,PACKAGE})
public @interface Taxonomy

Annotates classes, methods or fields as to the ARC taxonomy (stability level). Note that a class can be annotated as a whole, but that annotations on its methods and fields override the whole-class annotation.

Author:
llc

Optional Element Summary
 java.lang.String description
           
 Stability stability
           
 

stability

public abstract Stability stability
Default:
org.glassfish.external.arc.Stability.UNSPECIFIED

description

public abstract java.lang.String description
Default:
""