Searched defs:hasAnnotation (Results 1 – 7 of 7) sorted by relevance
31 public boolean hasAnnotation(Class<? extends Annotation> annotation) { in hasAnnotation() method in FrameworkMethodAnnotations
32 public boolean hasAnnotation(Class clz) { return false; } in hasAnnotation() method in CtMember.Cache214 public abstract boolean hasAnnotation(Class clz); in hasAnnotation() method in CtMember
486 public boolean hasAnnotation(Class clz) { in hasAnnotation() method in CtClass
156 public boolean hasAnnotation(Class clz) { in hasAnnotation() method in CtBehavior
250 public boolean hasAnnotation(Class clz) { in hasAnnotation() method in CtField
434 public boolean hasAnnotation(Class clz) { in hasAnnotation() method in CtClassType
98 public boolean hasAnnotation(Class<? extends Annotation> type) { in hasAnnotation() method in ParameterSignature