TypeQualifierValidator<MatchesPattern>public static class MatchesPattern.Checker extends java.lang.Object implements TypeQualifierValidator<MatchesPattern>
| Constructor | Description |
|---|---|
Checker() |
| Modifier and Type | Method | Description |
|---|---|---|
When |
forConstantValue(MatchesPattern 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(MatchesPattern annotation, java.lang.Object value)
TypeQualifierValidatorforConstantValue in interface TypeQualifierValidator<MatchesPattern>annotation - the type qualifiervalue - the value to check