Package org.jboss.weld.interceptor.proxy
Interface InterceptorMethodInvocation
-
public interface InterceptorMethodInvocation
- Author:
- Marius Bogoevici
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
expectsInvocationContext()
Object
invoke(javax.interceptor.InvocationContext invocationContext)
-