Browse Source
This commit moves `RuntimeHintsPredicate` and its support classes that form a cohesive concept in a dedicated `.predicate` package. Closes gh-28799pull/28802/head
19 changed files with 67 additions and 20 deletions
@ -0,0 +1,9 @@ |
|||||||
|
/** |
||||||
|
* Predicate support for runtime hints. |
||||||
|
*/ |
||||||
|
@NonNullApi |
||||||
|
@NonNullFields |
||||||
|
package org.springframework.aot.hint.predicate; |
||||||
|
|
||||||
|
import org.springframework.lang.NonNullApi; |
||||||
|
import org.springframework.lang.NonNullFields; |
||||||
Loading…
Reference in new issue