|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodHandler | |
---|---|
org.guiceyfruit.support |
Uses of MethodHandler in org.guiceyfruit.support |
---|
Methods in org.guiceyfruit.support with parameters of type MethodHandler | ||
---|---|---|
protected
|
GuiceyFruitModule.bindMethodHandler(java.lang.Class<A> annotationType,
MethodHandler methodHandler)
Binds a post injection hook method annotated with the given annotation to the given method handler. |
Method parameters in org.guiceyfruit.support with type arguments of type MethodHandler | ||
---|---|---|
protected
|
GuiceyFruitModule.bindMethodHandler(java.lang.Class<A> annotationType,
java.lang.Class<? extends MethodHandler> methodHandlerType)
Binds a post injection hook method annotated with the given annotation to the given method handler. |
|
protected
|
GuiceyFruitModule.bindMethodHandler(java.lang.Class<A> annotationType,
com.google.inject.Key<? extends MethodHandler> methodHandlerKey)
Binds a post injection hook method annotated with the given annotation to the given method handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |