Package com.thoughtworks.proxy.kit

Examples of com.thoughtworks.proxy.kit.PrivateInvoker


     * @param delegate the decorated object.
     * @param decorator the decorating instance.
     * @since 0.1
     */
    public DecoratingInvoker(final Object delegate, final InvocationDecorator decorator) {
        this(new PrivateInvoker(delegate), decorator);
    }
View Full Code Here

TOP

Related Classes of com.thoughtworks.proxy.kit.PrivateInvoker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.