|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotationRuleProvider<A extends Annotation,E extends AnnotatedElement,R extends Rule>
An object capable of providing instances of Rule
.
Method Summary | |
---|---|
R |
get()
Provides an instance of Rule . |
void |
init(A annotation,
E element)
Initializes the provider. |
Method Detail |
---|
void init(A annotation, E element)
annotation
- the annotation instance.element
- the annotated element reference.R get()
Rule
.
Must never return null.
Rule
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |