Polish documentation for RegisterReflection

See gh-29194
This commit is contained in:
Stéphane Nicoll
2024-07-06 09:31:12 +02:00
parent c1f7d15c09
commit f1658079a5
5 changed files with 84 additions and 23 deletions

View File

@@ -37,7 +37,7 @@ import org.springframework.aot.hint.RuntimeHints;
* <p>As an alternative to implementing and registering a {@code TestRuntimeHintsRegistrar},
* you may choose to annotate a test class with
* {@link org.springframework.aot.hint.annotation.Reflective @Reflective},
* {@link org.springframework.aot.hint.annotation.RegisterReflectionForBinding @RegisterReflectionForBinding},
* {@link org.springframework.aot.hint.annotation.RegisterReflection @RegisterReflection},
* or {@link org.springframework.context.annotation.ImportRuntimeHints @ImportRuntimeHints}.
*
* @author Sam Brannen