Package mfinder.annotation

Examples of mfinder.annotation.ResultType.type()


            requireAction = true;
        } else {
            throw new IllegalArgumentException("Illegal arguments in ResultType : " + method);
        }

        return new ResultTypeProxy(type.type().trim(), method, obj, requireAction);
    }

    /**
     * 创建Result代理对象。
     *
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.