public abstract class StandardAnnotationResolver<E extends AnnotatedElement,A extends Annotation> extends Object implements AnnotationResolver<E,A>
Modifier | Constructor and Description |
---|---|
protected |
StandardAnnotationResolver() |
public Optional<A> apply(E element)
apply
in interface Function<E extends AnnotatedElement,Optional<A extends Annotation>>
public boolean test(E element)
test
in interface Predicate<E extends AnnotatedElement>
Copyright © 2013-2018–2019 SeedStack. All rights reserved.