Annotation Interface Option.DefaultInt

Enclosing class:
Option

@Target(METHOD) @Inherited @Retention(CLASS) public static @interface Option.DefaultInt
An integer default value for a prototype option.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int[]
    Default value(s) to use.
  • Element Details

    • value

      int[] value
      Default value(s) to use.
      Returns:
      prototype option default value (String)