Skip to content
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

correctly deal with concatenated values in annotation attributes #1463

Open
martinlippert opened this issue Feb 3, 2025 · 0 comments
Open
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: spring index & symbols type: enhancement

Comments

@martinlippert
Copy link
Member

Extracting string values from annotation attributes should take concatenated strings into account, incl. constants.

Examples are:

  • @Component bean names, @Bean names
  • @RequestMapping path extraction
  • and probably many more

Code around this needs to be refactored to avoid code duplication as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: spring index & symbols type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant