JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
jadex.micro.annotation
Annotation Interface Agent
@Target
({
TYPE
,
FIELD
})
@Retention
(
RUNTIME
)
public @interface
Agent
Marker for agent class and variable.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
name
Default name for the started component.
String
type
The agent type.
Element Details
name
String
name
Default name for the started component.
Default:
""
type
String
type
The agent type.
Default:
"micro"