|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface TokenGenerator
An annotation to inform the generator a token is mapped with.
This annotation is scanned by the TokenGeneratorProvider
to identify the concrete token
generator for a given implementation of a token.
Required Element Summary | |
---|---|
Class<? extends TokenGenerator> |
value
|
Element Detail |
---|
public abstract Class<? extends TokenGenerator> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |