This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245232 - Support of @ComponentScan @PropertySource and other Spring annotation values auto completion and linkage
Summary: Support of @ComponentScan @PropertySource and other Spring annotation values ...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 8.0.1
Hardware: PC All
: P2 normal with 2 votes (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-25 13:15 UTC by elennaro
Modified: 2014-07-03 06:35 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elennaro 2014-06-25 13:15:33 UTC
For  example if we have code:

@Configuration
@ComponentScan("com.myorg.myproject.web")
@PropertySources({
	@PropertySource("classpath:/settings/web.properties"),
	@PropertySource("classpath:/settings/view-vars.properties")
})

It will be very good to be able to use autocompletion and ctrl+click links for classpath and packages in @ComponentScan @PropertySource annotations.
Comment 1 Martin Fousek 2014-07-03 06:35:23 UTC
Definitely it would makes sense to have there navigation action.