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:
    Range
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends Range<?>> value  
    • Element Detail

      • value

        java.lang.Class<? extends Range<?>> value