Annotation Interface Option.DefaultLong

Enclosing class:
Option

@Target(METHOD) @Inherited @Retention(CLASS) public static @interface Option.DefaultLong
A long default value for a prototype option.
  • Required Element Summary

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

    • value

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