javax.annotation.meta

Interface TypeQualifierValidator<A>

public interface TypeQualifierValidator<A extends Annotation>

Method Summary
WhenforConstantValue(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.

Method Detail

forConstantValue

public 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.

Parameters: annotation the type qualifier value the value to check

Returns: a value indicating whether or not the value is an member of the values denoted by the type qualifier

Copyright © {inceptionYear}-2008 null. All Rights Reserved.