@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface AutoSetString
Automatically setting the fields remark by AutoSetValue annotation.
The setting value is provided by the class specified by the handler.
The field type needs to be java.lang.String.
- Since:
- 1.11
- Author:
- Kingstar