Package oauth.thirdparty

Examples of oauth.thirdparty.RestaurantService


public class RestaurantApplication extends Application {
    @Override
    public Set<Object> getSingletons() {
        Set<Object> classes = new HashSet<Object>();
       
        classes.add(new RestaurantService());
       
        return classes;
    }
View Full Code Here

TOP

Related Classes of oauth.thirdparty.RestaurantService

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.