@Deprecated
public interface Mediator<Q extends java.lang.annotation.Annotation,T,W>
org.eclipse.sisu.Mediator| Modifier and Type | Method | Description |
|---|---|---|
void |
add(BeanEntry<Q,T> entry,
W watcher) |
Deprecated.
|
void |
remove(BeanEntry<Q,T> entry,
W watcher) |
Deprecated.
|