Searched defs:ProxyConstructor (Results 1 – 2 of 2) sorted by relevance
15 BUILTIN(ProxyConstructor) { in BUILTIN() argument
240 private static class ProxyConstructor<T> implements ConstructionProxy<T> { class in ProxyFactory250 ProxyConstructor(Enhancer enhancer, InjectionPoint injectionPoint, Callback[] callbacks, in ProxyConstructor() method in ProxyFactory.ProxyConstructor