com.lexicalscope.fluentreflection.dynamicproxy
Class FluentProxy

java.lang.Object
  extended by com.lexicalscope.fluentreflection.dynamicproxy.FluentProxy

public class FluentProxy
extends Object


Constructor Summary
FluentProxy()
           
 
Method Summary
static
<T> T
dynamicProxy(ProxyImplementation<T> proxyImplementation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FluentProxy

public FluentProxy()
Method Detail

dynamicProxy

public static <T> T dynamicProxy(ProxyImplementation<T> proxyImplementation)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.