org.jboss.seam.solder.properties
Interface FieldProperty<V>

All Superinterfaces:
Property<V>

public interface FieldProperty<V>
extends Property<V>


Method Summary
 Field getAnnotatedElement()
          Get the element responsible for retrieving the property value
 
Methods inherited from interface org.jboss.seam.solder.properties.Property
getBaseType, getDeclaringClass, getJavaClass, getMember, getName, getValue, isReadOnly, setAccessible, setValue
 

Method Detail

getAnnotatedElement

Field getAnnotatedElement()
Description copied from interface: Property
Get the element responsible for retrieving the property value

Specified by:
getAnnotatedElement in interface Property<V>
Returns:


Copyright © 2011 Seam Framework. All Rights Reserved.