Annotation Interface Option.Confidential

Enclosing class:
Option

@Target(METHOD) @Retention(CLASS) public static @interface Option.Confidential
Mark a getter method as confidential - not suitable to be used in clear text in toString method. The field will be mentioned (whether it has a value or not), but its value will not be visible.