OpenType

Class OpenType<T>

Type Parameters:
T - the Java type that instances described by this type must have. For example, SimpleType.INTEGER is a SimpleType<Integer> which is a subclass of OpenType<Integer>, meaning that an attribute, parameter, or return value that is described as a SimpleType.INTEGER must have Java type Integer.
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
登录查看完整内容