AgentCapabilities

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class AgentCapabilities(val scan: Boolean = true)

Deprecated (with error)

Use @EmbabelComponent instead - this annotation no longer works

Replace with

EmbabelComponent

Properties

Link copied to clipboard
val scan: Boolean = true