correctly deal with concatenated values in annotation attributes #1463
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spring index & symbols
type: enhancement
Milestone
Extracting string values from annotation attributes should take concatenated strings into account, incl. constants.
Examples are:
@Component
bean names,@Bean
names@RequestMapping
path extractionCode around this needs to be refactored to avoid code duplication as well.
The text was updated successfully, but these errors were encountered: