toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.annotation
/
Export
Export
annotation class
Export
How a goal should be exposed
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
local
Link copied to clipboard
abstract
fun
local
(
)
:
Boolean
name
Link copied to clipboard
abstract
fun
name
(
)
:
String
Set to override the name of the goal when it is exported.
remote
Link copied to clipboard
abstract
fun
remote
(
)
:
Boolean
starting
Input
Types
Link copied to clipboard
abstract
fun
startingInputTypes
(
)
:
Array
<
Class
<
out
Any
>
>
Any starting input types for the goal we might want to prompt for
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String