Package org.glassfish.external.arc
Annotation Type Taxonomy
-
@Retention(RUNTIME) @Documented @Target({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.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
description
Stability
stability
-
-
-
Element Detail
-
stability
Stability stability
- Default:
- org.glassfish.external.arc.Stability.UNSPECIFIED
-
-