Annotation Type Feature


  • @Retention(SOURCE)
    @Target({TYPE,FIELD,METHOD,PACKAGE})
    public @interface Feature
    Annotation that marks Types and Methods to belong to a particular feature determined by value().
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      A single unique name for the feature represented by the annotated element.
    • Element Detail

      • value

        java.lang.String value
        A single unique name for the feature represented by the annotated element.