Package jadex.bridge.service.annotation
Annotation Type ServiceIdentifier
-
@Target(FIELD) @Retention(RUNTIME) public @interface ServiceIdentifier
Annotation for field of pojo service in which the service identifier should be injected.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class
value
Supply the interface.
-