-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about a mechanism to allow convience custom annotations? #774
Comments
👤 michael@stummi.org 🕗 Sep 25, 2014 at 08:44 UTC Hi, just want to float an Idea: I have many classes in my project with the annotation @ RequiredArgsConstructor(onConstructor=@ __(@ Autowired)) which is kinda ugly. Since lombok has an configuration system, could it be possible to create an own annotation like @ AutowiredConstructor and tell lombok thats a shortcut for @ RequiredArgsConstructor(onConstructor=@ __(@ Autowired))? |
👤 tomdush 🕗 Oct 16, 2014 at 11:04 UTC Hi, I like this idea but I think it's similar to this issue: |
End of migration |
Duplicates #557. |
Migrated from Google Code (issue 739)
The text was updated successfully, but these errors were encountered: