Incomplete handling of downstream deps for Lombok @Data
@NoArgsConstructor
classes #235
Open
Description
I found that annotator will make a field @Nullable
in a Lombok @Data
@NoArgsConstructor
class without accounting for errors from calls to the getter for that field (which then returns @Nullable
) in downstream deps, even in strict mode. Not sure how easy this would be to fix or how urgent it is. Just wanted to note it.
Metadata
Assignees
Labels
No labels