Package jadex.micro.annotation
Annotation Type AgentBody
-
@Deprecated @Target(METHOD) @Retention(RUNTIME) public @interface AgentBody
Deprecated.A method marked with this annotation will be called after creation of the agent is complete. At this point, all fields and required services are available and can be used. use: @OnStart