public class IsAnnotatedWith extends Object implements Predicate<AccessibleObject>
Constructor and Description |
---|
IsAnnotatedWith(Class<? extends Annotation> clazz) |
Modifier and Type | Method and Description |
---|---|
static IsAnnotatedWith |
instance(Class<? extends Annotation> clazz) |
boolean |
test(AccessibleObject a) |
public IsAnnotatedWith(Class<? extends Annotation> clazz)
public static IsAnnotatedWith instance(Class<? extends Annotation> clazz)
public boolean test(AccessibleObject a)
test
in interface Predicate<AccessibleObject>
Copyright © 2021 org.pitest. All rights reserved.