org.guiceyfruit.support
Class Members

java.lang.Object
  extended by org.guiceyfruit.support.Members

public class Members
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
Members()
           
 
Method Summary
static java.lang.Class<?> getInjectionValueType(java.lang.reflect.Member member)
          Returns the type of the value to be injected into the member which is either the type of the field or the type of the first parameter on a method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Members

public Members()
Method Detail

getInjectionValueType

public static java.lang.Class<?> getInjectionValueType(java.lang.reflect.Member member)
Returns the type of the value to be injected into the member which is either the type of the field or the type of the first parameter on a method



Copyright © 2011. All Rights Reserved.