java.lang.Object |
↳ |
org.eclipse.sisu.bean.BeanListener |
Class Overview
TypeListener that listens for bean types and arranges for their properties to be injected.
Summary
Public Methods |
<B>
void
|
hear(TypeLiteral<B> type, TypeEncounter<B> encounter)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.google.inject.spi.TypeListener
abstract
<I>
void
|
hear(TypeLiteral<I> arg0, TypeEncounter<I> arg1)
|
|
Public Constructors
Public Methods
public
void
hear
(TypeLiteral<B> type, TypeEncounter<B> encounter)