Annotation Type CardToken


@Documented
@Constraint(validatedBy=CardTokenConstraint.class)
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(List.class)
public @interface CardToken