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