public interface AnnotationRuleProvider<A extends java.lang.annotation.Annotation,E extends java.lang.reflect.AnnotatedElement,R extends Rule>
Rule
.Modifier and Type | Method and Description |
---|---|
R |
get()
Provides an instance of
Rule . |
void |
init(A annotation,
E element)
Initializes the provider.
|