Package jadex.microservice.annotation
Annotation Type Microservice
-
@Target({TYPE,FIELD}) @Retention(RUNTIME) public @interface Microservice
Marker for agent class and variable. todo: replace with generic @Component annotation
@Target({TYPE,FIELD})
@Retention(RUNTIME)
public @interface Microservice