jodd.petite
Class PropertyInjectionPoint

java.lang.Object
  extended by jodd.petite.PropertyInjectionPoint

public class PropertyInjectionPoint
extends java.lang.Object

Property injection point.


Field Summary
static PropertyInjectionPoint[] EMPTY
           
 java.lang.reflect.Field field
           
 boolean hasAnnotation
           
 java.lang.String reference
           
 
Constructor Summary
PropertyInjectionPoint(java.lang.reflect.Field field, java.lang.String reference, boolean hasAnnotation)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final PropertyInjectionPoint[] EMPTY

field

public final java.lang.reflect.Field field

reference

public final java.lang.String reference

hasAnnotation

public final boolean hasAnnotation
Constructor Detail

PropertyInjectionPoint

public PropertyInjectionPoint(java.lang.reflect.Field field,
                              java.lang.String reference,
                              boolean hasAnnotation)


Copyright © 2003-2011 Jodd Team