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.
    • Element Detail

      • stability

        Stability stability
        Default:
        org.glassfish.external.arc.Stability.UNSPECIFIED
      • description

        java.lang.String description
        Default:
        ""