Package jodd.petite.def
Class PropertyInjectionPoint
- java.lang.Object
-
- jodd.petite.def.PropertyInjectionPoint
-
public class PropertyInjectionPoint extends java.lang.ObjectProperty injection point.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyInjectionPoint[]EMPTYjodd.introspector.PropertyDescriptorpropertyDescriptorBeanReferencesreferences
-
Constructor Summary
Constructors Constructor Description PropertyInjectionPoint(jodd.introspector.PropertyDescriptor propertyDescriptor, BeanReferences references)
-
-
-
Field Detail
-
EMPTY
public static final PropertyInjectionPoint[] EMPTY
-
propertyDescriptor
public final jodd.introspector.PropertyDescriptor propertyDescriptor
-
references
public final BeanReferences references
-
-
Constructor Detail
-
PropertyInjectionPoint
public PropertyInjectionPoint(jodd.introspector.PropertyDescriptor propertyDescriptor, BeanReferences references)
-
-