|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=CLASS) @Target(value=METHOD) public @interface AfterInject
Methods annotated with @AfterInject will be called after the
constructor is called in an enhanced class.
Any code depending on injected fields should be done in an
AfterInject annotated method.
The method must have zero parameters.
There may be several methods annotated with @AfterInject in the same
class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||