Package io.ran

Class Property<T>

java.lang.Object
io.ran.Property<T>
Type Parameters:
T - The class of the property

public class Property<T> extends Object
Holds details about a property of a class. For example, we have class 'Employee' with field 'name' of type String, then the property.token is 'name' the property.on is 'Employee' the property.type is 'String' see io.ran.Clazz#getFields(boolean)