| Interface | Description |
|---|---|
| org.sonatype.inject.BeanEntry |
Replaced by
org.eclipse.sisu.BeanEntry |
| org.sonatype.inject.Mediator |
Replaced by
org.eclipse.sisu.Mediator |
| Class | Description |
|---|---|
| org.eclipse.sisu.inject.Legacy |
Limited support for migrating legacy types.
|
| Enum | Description |
|---|---|
| org.sonatype.inject.BeanScanning |
Replaced by
org.eclipse.sisu.space.BeanScanning |
| Annotation Type | 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 |
| 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) |