kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx.codegen
/
CodeGenTree
/
Annotation
Annotation
@
Serializable
data
class
Annotation
(
val
packageName
:
String
,
val
names
:
List
<
String
>
,
val
values
:
Map
<
String
,
CodeGenTree.Expression.ConstExpression
>
)
(
source
)
Members
Constructors
Annotation
Link copied to clipboard
constructor
(
packageName
:
String
,
names
:
List
<
String
>
,
values
:
Map
<
String
,
CodeGenTree.Expression.ConstExpression
>
)
Properties
names
Link copied to clipboard
val
names
:
List
<
String
>
package
Name
Link copied to clipboard
val
packageName
:
String
values
Link copied to clipboard
val
values
:
Map
<
String
,
CodeGenTree.Expression.ConstExpression
>