Package org.eclipse.sisu.space
Class MediationListener.Mediation<Q extends java.lang.annotation.Annotation,T,W>
- java.lang.Object
-
- org.eclipse.sisu.space.MediationListener.Mediation<Q,T,W>
-
- Enclosing class:
- MediationListener
private static final class MediationListener.Mediation<Q extends java.lang.annotation.Annotation,T,W> extends java.lang.Object
Record containing all the necessary details about a mediated watcher.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Mediator<Q,T,W>
mediator
(package private) com.google.inject.Key<T>
watchedKey
(package private) java.lang.Class<W>
watcherType
-