Home | History | Annotate | Download | only in annotations

Lines Matching defs:isAnnotationPresent

219           boolean hasClassAnnotation = isAnnotationPresent(annotationFinder, cls, annotationClass);
222 boolean hasMethodAnnotation = isAnnotationPresent(annotationFinder, m, annotationClass);
224 isAnnotationPresent(annotationFinder, m, IFactoryAnnotation.class) ||
225 isAnnotationPresent(annotationFinder, m, ITestAnnotation.class) ||
226 isAnnotationPresent(annotationFinder, m, CONFIGURATION_CLASSES);
234 if (isAnnotationPresent(annotationFinder, m, IConfigurationAnnotation.class) &&
235 isAnnotationPresent(annotationFinder, cls, ITestAnnotation.class))
286 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder,
298 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, Method m,
303 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, Class<?> cls,