Annotation Type ConfDefault.DefaultLongs

Enclosing class:
ConfDefault

@Retention(RUNTIME) @Target(METHOD) public static @interface ConfDefault.DefaultLongs
Specifies the default value as a long array. If necessary, the longs will be converted to another numeric type. This should be used for long collections
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    long[]
     
  • Element Details

    • value

      long[] value