This is defined on page 8 of the interceptors spec. Please do not
alter the ejb spec here!
On 13 November 2011 04:52, Adam Bien <abien_at_adam-bien.com> wrote:
> Hi *,
>
> I cannot find any definition of the method signature of Lifecycle callbacks in interceptors.
>
> is the InvocationContext valid in an interceptor? (it works in GF, getTarget is filled, getMethod returns null)
>
> @PostConstruct
> public void onCreation(InvocationContext context){ }
>
>
> Should we extend the section: 12.5 Interceptors for LifeCycle Event Callbacks
> with a sample / explanation?
>
> thanks!,
>
> adam
>
>
>