Annotation Type RangeClass


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @interface RangeClass
A meta-annotation that dictates which Range an annotation supplies the range for.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Range<?>>
     
  • Element Details