@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) @Lifecycle public @interface Passivated
@Passivated
event is raised by the Context
when the context
is passivated (The contexts that cannot detect their passivation such as
Prototype
and Thread
will never raise this lifecycle event).
There are several conventions on @Passivated
event listener method
declaration:
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.