Uses of Class
org.antublue.test.engine.internal.predicate.AnnotationMethodPredicate
Packages that use AnnotationMethodPredicate
-
Uses of AnnotationMethodPredicate in org.antublue.test.engine.internal.predicate
Methods in org.antublue.test.engine.internal.predicate that return AnnotationMethodPredicateModifier and TypeMethodDescriptionstatic AnnotationMethodPredicateAnnotationMethodPredicate.of(Class<? extends Annotation> annotation) Method to get an AnnotationMethodPredicate for an Annotationstatic AnnotationMethodPredicateAnnotationMethodPredicate.of(Class<? extends Annotation>... annotations) Method to get an AnnotationMethodPredicate for a list of Annotationsstatic AnnotationMethodPredicateAnnotationMethodPredicate.of(List<Class<? extends Annotation>> annotations) Method to get an AnnotationMethodPredicate for a list of Annotations