Annotation Type LifecycleEvents
- 
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface LifecycleEvents
LifecycleEventInterceptor is an annotation that should be applied toEventInterceptorimplementations that want to receiveLifecycleEvents.- Since:
 - 20.06
 - Author:
 - as 2020.04.01
 
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description LifecycleEvent.Type[]valueThis element specifies all types ofLifecycleEvent.Types the interceptor would like to be invoked on. 
 - 
 
- 
- 
Element Detail
- 
value
LifecycleEvent.Type[] value
This element specifies all types ofLifecycleEvent.Types the interceptor would like to be invoked on.If not specified, the interceptor will be registered to handle ALL
LifecycleEvent.Types.- Returns:
 - all 
LifecycleEvent.Types theEventInterceptorwould like to receive notifications on 
- Default:
 - {}
 
 
 - 
 
 -