Package javax.annotation
Class RegEx.Checker
- java.lang.Object
-
- javax.annotation.RegEx.Checker
-
- All Implemented Interfaces:
TypeQualifierValidator<RegEx>
- Enclosing class:
- RegEx
public static class RegEx.Checker extends java.lang.Object implements TypeQualifierValidator<RegEx>
-
-
Constructor Summary
Constructors Constructor Description Checker()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Method Detail
-
forConstantValue
public When forConstantValue(RegEx annotation, java.lang.Object value)
Description copied from interface:TypeQualifierValidator
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.- Specified by:
forConstantValue
in interfaceTypeQualifierValidator<RegEx>
- Parameters:
annotation
- the type qualifiervalue
- the value to check- Returns:
- a value indicating whether or not the value is an member of the values denoted by the type qualifier
-
-