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