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 Feb 26, 2023. It is now read-only.
Right now, the
@Restannotated classes cannot be inner classes. We don't add any compile time error (and we should), but the generated code is wrong.Maybe we should try to support inner annotated classes, for small services where you want to have it next to the activity code.
Not sure this is good for clean code though.