TypeQualifierValidator<RegEx>
public static class RegEx.Checker extends java.lang.Object implements TypeQualifierValidator<RegEx>
Constructor | Description |
---|---|
Checker() |
Modifier and Type | Method | Description |
---|---|---|
When |
forConstantValue(RegEx annotation,
java.lang.Object value) |
Given a type qualifier, check to see if a known specific constant value is an instance of the
set of values denoted by the qualifier.
|
public When forConstantValue(RegEx annotation, java.lang.Object value)
TypeQualifierValidator
forConstantValue
in interface TypeQualifierValidator<RegEx>
annotation
- the type qualifiervalue
- the value to check