public interface AnnotatedElementValidator
AnnotatedElement that may represent source code level validation routes
 executed at compilation time.| Modifier and Type | Method and Description | 
|---|---|
Set<String> | 
validatedAnnotatedElement(AnnotatedElement element,
                         Object value)
Validates an annotated element for the given value. 
 |