7172737475767778798081
boolean isEL = ! isAnnotationPresent(method.getAnnotations(), NonEL.class); _attributeMap.put(method.getName(), new AnnotationAttribute(method.getName(), method.getReturnType(), isEL)); } // createProxy(annClass);