Package com.google.walkaround.wave.server.robot

Examples of com.google.walkaround.wave.server.robot.RobotApiModule


    MapBinder<String, OAuthProvider> aAuthProviders =
        MapBinder.newMapBinder(binder(), String.class, OAuthProvider.class);
    aAuthProviders.addBinding("google").to(GoogleOAuthProvider.class);
    aAuthProviders.addBinding("qq").to(QqOAuthProvider.class);

    install(new RobotApiModule());
  }
View Full Code Here

TOP

Related Classes of com.google.walkaround.wave.server.robot.RobotApiModule

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.