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")
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value