org.silverpeas.token.annotation
Annotation Type TokenGenerator


@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.

Author:
mmoquillon

Required Element Summary
 Class<? extends TokenGenerator> value
           
 

Element Detail

value

public abstract Class<? extends TokenGenerator> value


Copyright © 2016 Silverpeas. All Rights Reserved.