@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) @Lifecycle public @interface Constructed
@Constructed
event is raised by Assembler
after the component
is constructed and before the dependencies are resolved.
There are several conventions on @Constructed
event listener method
declaration:
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.