jsr345-experts@ejb-spec.java.net

[jsr345-experts] Signature of Lifecycle Callback Methods in interceptors

From: Adam Bien <abien_at_adam-bien.com>
Date: Sun, 13 Nov 2011 05:52:47 +0100

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