Package com.nineoldandroids.util

Class Summary
FloatProperty<T> An implementation of Property to be used specifically with fields of type float.
IntProperty<T> An implementation of Property to be used specifically with fields of type int.
Property<T,V> A property is an abstraction that can be used to represent a mutable value that is held in a host object.
 

Exception Summary
NoSuchPropertyException Thrown when code requests a Property on a class that does not expose the appropriate method or field.