Searched refs:hostType (Results 1 – 1 of 1) sorted by relevance
54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) { in of() argument55 return new ReflectiveProperty<T, V>(hostType, valueType, name); in of()