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

@@ -63,7 +63,7 @@ import org.springframework.aot.hint.RuntimeHintsRegistrar;
* @since 6.0
* @see org.springframework.aot.hint.RuntimeHints
* @see org.springframework.aot.hint.annotation.Reflective
* @see org.springframework.aot.hint.annotation.RegisterReflectionForBinding
* @see org.springframework.aot.hint.annotation.RegisterReflection
*/
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)