Annotation Interface DurationRange.List

Enclosing class:
DurationRange

@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Documented public static @interface DurationRange.List
Defines several @DurationRange annotations on the same element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The annotation's value.
  • Element Details

    • value

      DurationRange[] value
      The annotation's value.
      Returns:
      the array of DurationRange annotations this container annotation holds