Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Enum Classes
  • Annotation Interfaces
  • Methods
  • Constructors
  • Deprecated Interfaces
    Interface
    Description
    org.sonatype.inject.BeanEntry
    Replaced by org.eclipse.sisu.BeanEntry
    org.sonatype.inject.Mediator
    Replaced by org.eclipse.sisu.Mediator
  • Deprecated Classes
    Class
    Description
    org.eclipse.sisu.inject.Legacy
    Limited support for migrating legacy types.
  • Deprecated Enum Classes
    Enum Class
    Description
    org.sonatype.inject.BeanScanning
    Replaced by org.eclipse.sisu.space.BeanScanning
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.sonatype.inject.Description
    Replaced by org.eclipse.sisu.Description
    org.sonatype.inject.EagerSingleton
    Replaced by org.eclipse.sisu.EagerSingleton
    org.sonatype.inject.Nullable
    Replaced by org.eclipse.sisu.Nullable
    org.sonatype.inject.Parameters
    Replaced by org.eclipse.sisu.Parameters
  • Deprecated Methods
    Method
    Description
    org.eclipse.sisu.inject.MutableBeanLocator.add(Injector, int)
    injectors are normally added automatically, clients should not need to call this method
    org.eclipse.sisu.inject.MutableBeanLocator.remove(Injector)
    org.eclipse.sisu.space.asm.MethodVisitor.visitMethodInsn(int, String, String, String)
  • Deprecated Constructors
    Constructor
    Description
    org.eclipse.sisu.plexus.RequirementImpl(Class<?>, boolean, String...)