public class IsSupportedAnnotationPredicate extends Object implements Predicate<Annotation>
| Constructor and Description |
|---|
IsSupportedAnnotationPredicate(InjectionConfiguration configuration) |
public IsSupportedAnnotationPredicate(InjectionConfiguration configuration)
public boolean apply(Annotation annotation)
apply in interface Predicate<Annotation>public boolean applyAny(Annotation... annotations)
annotations - list of annotationsCopyright © 2014. All rights reserved.