Annotation Type DoNotLogValue
-
@Target(FIELD) @Retention(RUNTIME) public @interface DoNotLogValue
This annotation can be used to prevent a field's value from being logged whenConfigBuilder.build(Object...)builds a config instance.
@Target(FIELD) @Retention(RUNTIME) public @interface DoNotLogValue
ConfigBuilder.build(Object...) builds a config instance.