Class AnnotationMethodFilter
- java.lang.Object
-
- org.antublue.test.engine.internal.test.descriptor.filter.AnnotationMethodFilter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnnotationMethodFilterof(Class<? extends Annotation> annotation)static AnnotationMethodFilterof(Class<? extends Annotation>... annotations)static AnnotationMethodFilterof(List<Class<? extends Annotation>> annotations)booleantest(Method method)
-
-
-
Method Detail
-
of
public static AnnotationMethodFilter of(Class<? extends Annotation> annotation)
-
of
@SafeVarargs public static AnnotationMethodFilter of(Class<? extends Annotation>... annotations)
-
of
public static AnnotationMethodFilter of(List<Class<? extends Annotation>> annotations)
-
-