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 236614 - Hint that the @AroundConstruct annotation is not expected to be used commonly
Summary: Hint that the @AroundConstruct annotation is not expected to be used commonly
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-01 17:37 UTC by Martin Fousek
Modified: 2016-07-07 08:56 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 Martin Fousek 2013-10-01 17:37:05 UTC
We should create hint with the INFO level whether user really wants to use the @AroundInvoke annotation. It's expected that such callback should be used very rarely by people. In common cases should be used @PostConstruct, @PreDestroy, @PostActivate, @PrePassivate callbacks.
Comment 1 Martin Fousek 2013-10-01 22:53:41 UTC
Not @AroundInvoke but @AroundConstruct!
Comment 2 Martin Balin 2016-07-07 08:56:03 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss