注释类型 SendCode
-
@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited public @interface SendCode
-
-
元素详细资料
-
value
String value
验证码名称,用于区分不同业务的验证码。- 返回:
- 默认值:
- "code"
-
-
-
generator
Generator generator
生成器配置- 返回:
- 默认值:
- @cn.dustlight.captcha.annotations.Generator
-
-
-
store
Store store
存储器配置- 返回:
- 默认值:
- @cn.dustlight.captcha.annotations.Store
-
-
-
sender
Sender sender
发送器配置- 返回:
- 默认值:
- @cn.dustlight.captcha.annotations.Sender
-
-
-
duration
Duration duration
有效时间配置- 返回:
- 默认值:
- @cn.dustlight.captcha.annotations.Duration
-
-
-
parameters
Parameter[] parameters
参数配置- 返回:
- 默认值:
- {}
-
-