@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) @Lifecycle public @interface Failed
@Failed
event is raised by the Event
when a lifecycle event
is failed.
There are several conventions on @Failed
event listener method
declaration:
Exception
sub type assignable
from actual exceptionCopyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.