Commit 97167ce6 authored by izeye's avatar izeye Committed by Stephane Nicoll

Polish Javadoc

Closes gh-3967
parent be07a8a4
...@@ -72,8 +72,9 @@ public @interface ConfigurationProperties { ...@@ -72,8 +72,9 @@ public @interface ConfigurationProperties {
boolean ignoreUnknownFields() default true; boolean ignoreUnknownFields() default true;
/** /**
* Flag to indicate that validation errors can be swallowed. If set they will be * Flag to indicate that an exception should be raised if a Validator is
* logged, but not propagate to the caller. * available and validation fails. If it is set to false, validation errors will be swallowed.
* They will be logged, but not propagated to the caller.
* @return the flag value (default true) * @return the flag value (default true)
*/ */
boolean exceptionIfInvalid() default true; boolean exceptionIfInvalid() default true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment