Polish RuntimeHintsUtils

This commit is contained in:
Sam Brannen
2022-06-27 16:29:34 +02:00
parent 897e47d76d
commit 5e5e95aff7
3 changed files with 9 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ import org.springframework.util.ReflectionUtils;
/**
* AOT {@code BeanRegistrationAotProcessor} that detects the presence of
* {@link Reflective @Reflective} on annotated elements and invoke the
* {@link Reflective @Reflective} on annotated elements and invokes the
* underlying {@link ReflectiveProcessor} implementations.
*
* @author Stephane Nicoll