Annotation Type TokenGenerator


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(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.
    Author:
    mmoquillon
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends TokenGenerator> value