/** * @since 2.4 */ public void configureSerializerIScopeProvider(Binder binder) { binder.bind(IScopeProvider.class).annotatedWith(SerializerScopeProviderBinding.class).to(IScopeProvider.class); }