bowbahdoe / magic-bean

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

Add @Generated to generated code #12

Closed bowbahdoe closed 2 years ago

bowbahdoe commented 2 years ago
  1. @javax.annotation.processing.Generated("dev.mccue.magicbean.processor.AnnotationProcessor") should be put above the generated interfaces and abstract classes
  2. The example code in the README should be updated to reflect this
bowbahdoe commented 2 years ago

@ManavMalhotra Volunteered on Discord to give this a shot as their first issue

bowbahdoe commented 2 years ago

There hasn't been any motion on this, so I'm gonna go ahead and implement. If @ManavMalhotra comes around again there will be another issue to tackle I'm sure