Change BindingReflectionHintsRegistrar package

Move it to org.springframework.aot.hint.

See gh-28979
This commit is contained in:
Sébastien Deleuze
2022-09-02 19:30:21 +02:00
parent 7ace1f9dc5
commit f50c301387
7 changed files with 6 additions and 16 deletions

View File

@@ -21,9 +21,9 @@ import java.lang.reflect.Method;
import java.lang.reflect.Parameter;
import java.lang.reflect.Type;
import org.springframework.aot.hint.BindingReflectionHintsRegistrar;
import org.springframework.aot.hint.ExecutableMode;
import org.springframework.aot.hint.ReflectionHints;
import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar;
import org.springframework.aot.hint.annotation.ReflectiveProcessor;
import org.springframework.core.MethodParameter;
import org.springframework.core.annotation.AnnotatedElementUtils;