Expand acronyms FQN and FQCN

Closes gh-33452
This commit is contained in:
Yanming Zhou
2024-09-03 23:30:27 +08:00
committed by GitHub
parent 529f311bd4
commit 019c0b1d4e
9 changed files with 13 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ import org.springframework.lang.Nullable;
*
* <p>Implementations of this interface can be registered dynamically by using
* {@link org.springframework.context.annotation.ImportRuntimeHints @ImportRuntimeHints}
* or statically in {@code META-INF/spring/aot.factories} by using the FQN of this
* or statically in {@code META-INF/spring/aot.factories} by using the fully-qualified class name of this
* interface as the key. A standard no-arg constructor is required for implementations.
*
* @author Brian Clozel