Package org.auraframework.util.sampleServices

Examples of org.auraframework.util.sampleServices.MultipleWith1PrimaryServiceImpl1


        return new MultipleImplNoPrimaryServiceImpl1();
    }

    @Impl
    public static MultipleWith1PrimaryService impl1() {
        return new MultipleWith1PrimaryServiceImpl1();
    }
View Full Code Here

TOP

Related Classes of org.auraframework.util.sampleServices.MultipleWith1PrimaryServiceImpl1

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.