Annotation Interface LifecycleEvents
LifecycleEventInterceptor is an annotation that should be applied to
EventInterceptor
implementations
that want to receive LifecycleEvent
s.- Since:
- 20.06
- Author:
- as 2020.04.01
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThis element specifies all types ofLifecycleEvent.Type
s the interceptor would like to be invoked on.
-
Element Details
-
value
LifecycleEvent.Type[] valueThis element specifies all types ofLifecycleEvent.Type
s the interceptor would like to be invoked on.If not specified, the interceptor will be registered to handle ALL
LifecycleEvent.Type
s.- Returns:
- all
LifecycleEvent.Type
s theEventInterceptor
would like to receive notifications on
- Default:
{}
-