AnnotationMirror annotation, ExecutableElement annotationMember,
Element e, Object value) {
AnnotationValue scopeValue = AnnotationProcessingUtil
.getAnnotationElementValue(procEnv, annotation, "scope");
ConstraintScope scope = ConstraintScope.valueOf(scopeValue.getValue()
.toString());
Map<Element, Set<Element>> elements = new HashMap<Element, Set<Element>>();
switch (scope) {
case GLOBAL: