Class DefaultSyncContextFactory

java.lang.Object
org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
All Implemented Interfaces:
SyncContextFactory, Service, SyncContextFactory

@Singleton @Named @Deprecated public final class DefaultSyncContextFactory extends Object implements SyncContextFactory, Service
Deprecated.
Use the proper class from SPI module.
Deprecated SyncContextFactory implementation that delegates to proper SyncContextFactory implementation. Used in Guice/SISU where we cannot bind same instance to two keys, this component "bridges" from deprecated to current.