Uses of Interface
org.guiceyfruit.support.MethodHandler

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
<A extends java.lang.annotation.Annotation>
void
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
<A extends java.lang.annotation.Annotation>
void
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
<A extends java.lang.annotation.Annotation>
void
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.
 



Copyright © 2009. All Rights Reserved.