Searched refs:isAnnotated (Results 1 – 6 of 6) sorted by relevance
74 if (!isAnnotated()) return this; in withoutAnnotations()81 @Override public boolean isAnnotated() { in isAnnotated() method in ClassName82 return super.isAnnotated() || (enclosingClassName != null && enclosingClassName.isAnnotated()); in isAnnotated()263 } else if (className.isAnnotated() || className == this) {280 if (className.isAnnotated()) {
67 if (isAnnotated()) { in emitBrackets()
130 public boolean isAnnotated() { in isAnnotated() method in TypeName225 if (isAnnotated()) { in emit()
71 if (isAnnotated()) { in emit()
55 assertFalse(simpleString.isAnnotated()); in annotated()59 assertTrue(annotated.isAnnotated()); in annotated()112 assertFalse(type.isAnnotated()); in annotatedEquivalence()145 assertThat(type.isAnnotated()).isTrue(); in withoutAnnotationsOnAnnotatedEnclosingAndNestedType()152 assertThat(type.isAnnotated()).isTrue(); in withoutAnnotationsOnAnnotatedEnclosingType()159 assertThat(type.isAnnotated()).isTrue(); in withoutAnnotationsOnAnnotatedNestedType()
510 boolean isAnnotated = Processors.hasAnnotation(element, annotationName); in checkAnnotationsMatch()513 isAnnotated == isBaseAnnotated, in checkAnnotationsMatch()