Searched defs:ReflectiveProperty (Results 1 – 1 of 1) sorted by relevance
26 class ReflectiveProperty<T, V> extends Property<T, V> { class45 public ReflectiveProperty(Class<T> propertyHolder, Class<V> valueType, String name) { in ReflectiveProperty() method in ReflectiveProperty