Annotation Type ConfDefault.DefaultIntegers

Enclosing class:
ConfDefault

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

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

    • value

      int[] value