mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-12 06:18:26 +00:00
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//CONF: lombok.addNullAnnotations = spring
|
||||
@lombok.EqualsAndHashCode
|
||||
@lombok.ToString
|
||||
@lombok.AllArgsConstructor
|
||||
public class NullLibrary2 {
|
||||
@lombok.With String foo;
|
||||
}
|
||||
Reference in New Issue
Block a user