Searched defs:isAnnotationPresent (Results 1 – 3 of 3) sorted by relevance
286 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, in isAnnotationPresent() method in AnnotationHelper298 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, Method m, in isAnnotationPresent() method in AnnotationHelper303 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, Class<?> cls, in isAnnotationPresent() method in AnnotationHelper
65 @Override public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Parameter
52 @Override public final boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in Element