jmethod.typeParameters())) {
return false;
}
} else {
if (jmethod.isAnnotationMethod()) {
AnnotationMethodDeclaration annotationMethod = (AnnotationMethodDeclaration) jmethod;
Object defaultValue = null;
if (annotationMethod.defaultValue != null) {
defaultValue = getAnnotationElementValue(logger,
annotationMethod.returnType.resolvedType,
annotationMethod.defaultValue);