Annotation Type ConfigValidationAnnotations.CustomType


  • @Retention(RUNTIME)
    @Target(FIELD)
    public static @interface ConfigValidationAnnotations.CustomType
    Checks if the field satisfies the custom validator class.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> validatorClass  
    • Element Detail

      • validatorClass

        java.lang.Class<?> validatorClass