Skip to content

Commit

Permalink
Mention @ImportRuntimeHints in RuntimeHintsRegistrar Javadoc
Browse files Browse the repository at this point in the history
Closes gh-29337
  • Loading branch information
sdeleuze committed Oct 18, 2022
1 parent 7df8b59 commit 3d83db6
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
* of the deployment unit. Implementations should, if possible, use the specified
* {@link ClassLoader} to determine if hints have to be contributed.
*
* <p>Implementations of this interface can be registered statically in
* {@code META-INF/spring/aot.factories} by using the FQN of this interface as
* the key. A standard no-arg constructor is required for implementations.
* <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
* interface as the key. A standard no-arg constructor is required for implementations.
*
* @author Brian Clozel
* @author Stephane Nicoll
Expand Down

0 comments on commit 3d83db6

Please sign in to comment.