Annotation Interface Classname


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Classname
Specify an identifying name for the class used to distinguish anonymous inner classes.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The identifying name of the class.
  • Element Details

    • value

      String value
      The identifying name of the class.