You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Currently, it is required to pass an argument to the annotation processor if you wish to use hungarian notation when naming your java getters an setters.
Issue Summary
Currently, it is required to pass an argument to the annotation processor if you wish to use hungarian notation when naming your java getters an setters.
Reproduction Steps
Create the following model
and do NOT pass the hungarian naming parameter to the annotation processor.
Expected Behavior
Ideally, you should be able to name your setters as above
Actual Behavior
You are warned that setters and getters are not found and compilation fails.
Potential solutions
@UseStag
annotationcc @kvenn
The text was updated successfully, but these errors were encountered: