Class TypeHint

java.lang.Object
org.springframework.aot.hint.TypeHint
All Implemented Interfaces:
ConditionalHint

public final class TypeHint extends Object implements ConditionalHint
A hint that describes the need for reflection on a type.
Since:
6.0
Author:
Stephane Nicoll, Phillip Webb, Andy Wilkinson