Uses of Interface
org.jvnet.hk2.internal.ConstructorAction
-
Packages that use ConstructorAction Package Description org.jvnet.hk2.internal -
-
Uses of ConstructorAction in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal with parameters of type ConstructorAction Modifier and Type Method Description static Object
ConstructorInterceptorHandler. construct(Constructor<?> c, Object[] args, boolean neutralCCL, List<org.aopalliance.intercept.ConstructorInterceptor> interceptors, ConstructorAction action)
Call this to construct objects taking constructor interceptors into consideration
-