@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