koog
Toggle table of contents
0.5.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
koog
koog-spring-boot-starter
/
ai.koog.spring.conditions
Package-level
declarations
Types
Types
Conditional
On
Property
Not
Empty
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
@
Conditional
(
value
=
[
OnPropertyNotEmptyCondition::class
]
)
annotation class
ConditionalOnPropertyNotEmpty
(
val
prefix
:
String
=
""
,
val
name
:
String
)
On
Property
Not
Empty
Condition
Link copied to clipboard
class
OnPropertyNotEmptyCondition
:
SpringBootCondition