Package cn.com.byd.support.impl

Examples of cn.com.byd.support.impl.DefaultObjectCreator


public class DefaultInstanceFactory implements InstanceFactory {
    public DefaultInstanceFactory() {
    }

    public ObjectCreator getCreator() {
        return new DefaultObjectCreator();
    }
View Full Code Here

TOP

Related Classes of cn.com.byd.support.impl.DefaultObjectCreator

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.