Class ExecutableHint

java.lang.Object
org.springframework.aot.hint.MemberHint
org.springframework.aot.hint.ExecutableHint

public final class ExecutableHint extends MemberHint
A hint that describes the need for reflection on a Method or Constructor.
Since:
6.0
Author:
Stephane Nicoll