bowbahdoe / magic-bean

A very basic library which will generate getters and setters.
Other
84 stars 10 forks source link

Target the error from a private or final non static field to the field itself #3

Closed bowbahdoe closed 2 years ago

bowbahdoe commented 2 years ago

From @Pante

Imo, the message could be displayed on the individual fields rather than the class itself, https://github.com/bowbahdoe/magic-bean/blob/main/src/main/java/dev/mccue/magicbean/processor/AnnotationProcessor.java#L148