Package com.motomapia.util.txn

Examples of com.motomapia.util.txn.TransactInterceptor


    @Override
    protected void configure() {
      requestStaticInjection(OfyService.class);

      // Lets us use @Transact
      bindInterceptor(Matchers.any(), Matchers.annotatedWith(Transact.class), new TransactInterceptor());

      // Use jackson for jaxrs
      bind(ObjectMapperProvider.class);

      // External things that don't have Guice annotations
View Full Code Here

TOP

Related Classes of com.motomapia.util.txn.TransactInterceptor

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.