Annotation Type ErrorMessageFile
-
@Target(TYPE) @Retention(RUNTIME) public @interface ErrorMessageFile
This annotation is used to specify a custom error message file for the ConfigBuilder. The error message file is loaded by the PropertyLoader with the same settings as other properties files.
Usage:@ErrorMessageFile(value = "fileName")
-
-
Element Detail
-
value
String value
-
-