Package org.sonatype.inject
Interface Mediator<Q extends Annotation,T,W>
-
@Deprecated public interface Mediator<Q extends Annotation,T,W>
Deprecated.Replaced byorg.eclipse.sisu.Mediator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
add(BeanEntry<Q,T> entry, W watcher)
Deprecated.void
remove(BeanEntry<Q,T> entry, W watcher)
Deprecated.
-