Annotation Interface Default.Long

Enclosing class:
Default

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

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

    • value

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