public final class TypedProperty<T> extends Object
| Constructor and Description |
|---|
TypedProperty(String name,
Class<T> type) |
public String name()
public static <T> TypedProperty<T> with(String name, Class<T> type)
public static <T> TypedProperty<T> with(Class<T> type)
Copyright © 2015. All Rights Reserved.