Annotation Interface StructureError.CodeRange

Enclosing interface:
StructureError

@Target(TYPE) @Retention(RUNTIME) public static @interface StructureError.CodeRange
Auxiliary annotation, which may be used on a collection of StructureError instances to specify the inclusive range of error codes that is taken by that collection.
  • Required Element Summary

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

    • from

      int from
    • to

      int to