|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GinAnnotatedElementBuilder
Builder returned from calls to expose, used to add an (optional) annotation
to the element that is being exposed. This is similar to
GinAnnotatedBindingBuilder
but doesn't allow specifying a value.
See the EDSL examples at GinBinder
.
Method Summary | |
---|---|
void |
annotatedWith(java.lang.annotation.Annotation annotation)
See the EDSL examples at GinBinder . |
void |
annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
See the EDSL examples at GinBinder . |
Method Detail |
---|
void annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
GinBinder
.
void annotatedWith(java.lang.annotation.Annotation annotation)
GinBinder
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |