@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) @Lifecycle public @interface Activated
@Activated
event is raised by the Container
after the
component is put into the context.
There are several conventions on @Activated
event listener method
declaration:
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.