Class SubPropertyMeta<O,I,P>

java.lang.Object
org.simpleflatmapper.reflect.meta.PropertyMeta<O,P>
org.simpleflatmapper.reflect.meta.SubPropertyMeta<O,I,P>
Type Parameters:
O - the root property owner type
I - the intermediate owner type
P - the property type

public class SubPropertyMeta<O,I,P> extends PropertyMeta<O,P>