Annotation Type ToBuilderIgnoreField
-
@Target(METHOD) @Retention(CLASS) public @interface ToBuilderIgnoreField
Used to suppress certain fields from being considered in the spot-bugs rule for toBuilder(). This annotation must be attached to the toBuilder() method to function.
-
-
Element Detail
-
value
String[] value
Specify which fields to ignore in the to-builder spotbugs rule.
-
-