Annotation Interface Default.Int

Enclosing class:
Default

@Target({PARAMETER,FIELD}) @Retention(CLASS) @Documented public static @interface Default.Int
A default value specified as an integer. This can only be used on element of the correct type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int[]
    Default value(s) for this element.
  • Element Details

    • value

      int[] value
      Default value(s) for this element.
      Returns:
      default value as an integer, or an array of integers, if the element is a list, set, or an array