类 TypeHint

java.lang.Object
cn.taketoday.aot.hint.TypeHint
所有已实现的接口:
ConditionalHint

public final class TypeHint extends Object implements ConditionalHint
A hint that describes the need for reflection on a type.
从以下版本开始:
4.0
作者:
Stephane Nicoll, Phillip Webb, Andy Wilkinson