public interface TypeQualifierValidator<A extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
When |
forConstantValue(A annotation,
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.
|
@Nonnull When forConstantValue(@Nonnull A annotation, Object value)
annotation - the type qualifiervalue - the value to checkCopyright © 2017. All rights reserved.