Package io.joynr.jeeintegration
Class BeanCallingProxy<T>
- java.lang.Object
-
- io.joynr.jeeintegration.BeanCallingProxy<T>
-
- All Implemented Interfaces:
InvocationHandler
public class BeanCallingProxy<T> extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description BeanCallingProxy(javax.enterprise.inject.spi.Bean<T> bean, javax.enterprise.inject.spi.BeanManager beanManager)
-
-
-
Constructor Detail
-
BeanCallingProxy
public BeanCallingProxy(javax.enterprise.inject.spi.Bean<T> bean, javax.enterprise.inject.spi.BeanManager beanManager)
-
-