Tagged Questions

2
votes
1answer
457 views

Automatically generating equals and hashCode in Eclipse that is aware of @NonNull annotations

Is there a way to configure Eclipse to automatically generate hashCode and equals with awareness of @NonNull annotations? Currently my Eclipse generates the code with unnecessary null checks, even on ...