Annotation Type 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.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueSpecify which fields to ignore in the to-builder spotbugs rule.
-