Searched refs:annotationTypeName (Results 1 – 5 of 5) sorted by relevance
91 ClassName annotationTypeName = ClassName.get(annotationType); in getAnnotationCreatorClassName() local92 return annotationTypeName in getAnnotationCreatorClassName()94 .peerClass(classFileName(annotationTypeName) + "Creator"); in getAnnotationCreatorClassName()
241 public abstract boolean hasAnnotation(String annotationTypeName); in hasAnnotation() argument
604 public boolean hasAnnotation(String annotationTypeName) { in hasAnnotation() argument
554 static boolean hasAnnotationType(String annotationTypeName, ClassPool cp, in hasAnnotationType() argument572 if (anno1[i].getTypeName().equals(annotationTypeName)) in hasAnnotationType()577 if (anno2[i].getTypeName().equals(annotationTypeName)) in hasAnnotationType()
112 void annotationTypeName() { in annotationTypeName() method in NameLogicTest