mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[xtext] SerializerScopeProvider binding should redirect to IScopeProvider by default.
This commit is contained in:
parent
a369aa711f
commit
ad5849a24f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public abstract class DefaultRuntimeModule extends AbstractGenericModule {
|
|||
* @since 2.4
|
||||
*/
|
||||
public void configureSerializerIScopeProvider(Binder binder) {
|
||||
binder.bind(IScopeProvider.class).annotatedWith(SerializerScopeProviderBinding.class).to(Key.get(IScopeProvider.class, LinkingScopeProviderBinding.class));
|
||||
binder.bind(IScopeProvider.class).annotatedWith(SerializerScopeProviderBinding.class).to(IScopeProvider.class);
|
||||
}
|
||||
|
||||
public void configureLinkingIScopeProvider(Binder binder) {
|
||||
|
|
Loading…
Reference in a new issue