Annotation Type AnAnnotation


@Target({FIELD,METHOD,TYPE,TYPE_USE}) @Retention(RUNTIME) public @interface AnAnnotation
The Interface AnAnnotation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int[]
    Integers.
    Value.
  • Element Details

    • integers

      int[] integers
      Integers.
      Returns:
      the int[]
      Default:
      {}
    • value

      String value
      Value.
      Returns:
      the string
      Default:
      "test"