http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-core
/
org.http4k.ai.mcp.model
/
Annotations
Annotations
@
JsonSerializable
data
class
Annotations
(
val
audience
:
List
<
Role
>
?
=
null
,
val
priority
:
Priority
?
=
null
,
val
lastModified
:
Instant
?
=
null
)
(
source
)
Members
Constructors
Annotations
Link copied to clipboard
constructor
(
audience
:
List
<
Role
>
?
=
null
,
priority
:
Priority
?
=
null
,
lastModified
:
Instant
?
=
null
)
Properties
audience
Link copied to clipboard
val
audience
:
List
<
Role
>
?
last
Modified
Link copied to clipboard
val
lastModified
:
Instant
?
priority
Link copied to clipboard
val
priority
:
Priority
?