Currently interceptor binding is not allowed on a method for the lifecycle callbacks:
An interceptor for lifecycle callbacks may only declare interceptor binding types that are defined as Target(TYPE).
The Method-level Interceptors section doesn't mention it, and the interceptor ordering section for @Interceptors interceptors exclude lifecycle callbacks from the method-level interceptors.
Currently interceptor binding is not allowed on a method for the lifecycle callbacks:
The Method-level Interceptors section doesn't mention it, and the interceptor ordering section for @Interceptors interceptors exclude lifecycle callbacks from the method-level interceptors.
Affected Versions
[1.2]