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