Annotation Interface UnknownRegex
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@InvisibleQualifier
@SubtypeOf({})
@DefaultQualifierInHierarchy
public @interface UnknownRegex
Represents the top of the Regex qualifier hierarchy.
- See the Checker Framework Manual:
- Regex Checker