public static class Nonnull.Checker extends Object implements TypeQualifierValidator<Nonnull>
| Constructor and Description | 
|---|
| Checker() | 
| Modifier and Type | Method and Description | 
|---|---|
| When | forConstantValue(Nonnull qualifierArgument,
                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(Nonnull qualifierArgument, Object value)
TypeQualifierValidatorforConstantValue in interface TypeQualifierValidator<Nonnull>qualifierArgument - the type qualifiervalue - the value to checkCopyright © 2017. All rights reserved.