toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.annotation.support
/
CostMethodInfo
Cost
Method
Info
data
class
CostMethodInfo
(
val
method
:
Method
,
val
instance
:
Any
)
Information about a @Cost annotated method for invoking cost/value computations.
Members
Constructors
Cost
Method
Info
Link copied to clipboard
constructor
(
method
:
Method
,
instance
:
Any
)
Properties
instance
Link copied to clipboard
val
instance
:
Any
method
Link copied to clipboard
val
method
:
Method