Class Legacy<S>

java.lang.Object
org.eclipse.sisu.inject.Legacy<S>

@Deprecated public final class Legacy<S> extends Object
Deprecated.
Limited support for migrating legacy types.
  • Field Details

    • LEGACY_BEAN_ENTRY

      private static final Legacy<BeanEntry<?,?>> LEGACY_BEAN_ENTRY
      Deprecated.
    • proxyConstructor

      private final Constructor<?> proxyConstructor
      Deprecated.
  • Constructor Details

    • Legacy

      private Legacy(Class<? extends S> clazz)
      Deprecated.
  • Method Details