File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-core/src/main/java/org/springframework/aot/hint Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
* of the deployment unit. Implementations should, if possible, use the specified
24
24
* {@link ClassLoader} to determine if hints have to be contributed.
25
25
*
26
- * <p>Implementations of this interface can be registered statically in
27
- * {@code META-INF/spring/aot.factories} by using the FQN of this interface as
28
- * the key. A standard no-arg constructor is required for implementations.
26
+ * <p>Implementations of this interface can be registered dynamically by using
27
+ * {@link org.springframework.context.annotation.ImportRuntimeHints @ImportRuntimeHints}
28
+ * or statically in {@code META-INF/spring/aot.factories} by using the FQN of this
29
+ * interface as the key. A standard no-arg constructor is required for implementations.
29
30
*
30
31
* @author Brian Clozel
31
32
* @author Stephane Nicoll
You can’t perform that action at this time.
0 commit comments