Add native hints for core annotations

Add `CoreAnnotationsRuntimeHintsRegistrar` to provide native hints
for `@Order` and `@AliasFor`.

Closes gh-28442
This commit is contained in:
Phillip Webb
2022-05-10 15:14:20 -07:00
parent 4cebd9d392
commit e7e60f7cb9
3 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
org.springframework.aot.hint.RuntimeHintsRegistrar=\
org.springframework.core.annotation.CoreAnnotationsRuntimeHintsRegistrar