Annotation Type ConfigPath
-
@Target({TYPE,FIELD}) @Retention(RUNTIME) public @interface ConfigPath
The configuration path used to mark the corresponding class or parameter.
-
-
Element Detail
-
value
java.lang.String value
The path value of the current configuration. If not set,will generate the path byPathGenerator
.- Returns:
- The path value of the current configuration
- Default:
- ""
-
-