Package jadex.providedservice.annotation
Annotation Interface Implementation
public @interface Implementation
Service implementation details.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe creation expression.jadex.model.annotation.Value[]The interceptors.The proxy type.Class<?> The creation class. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifier for null binding, as annotations don't support null values (grrr).static final StringThe (default) decoupled proxy type (decouples from caller thread to component thread).static final StringThe direct proxy type (supports custom interceptors, but uses caller thread).static final StringThe raw proxy type (i.e.
-
Field Details
-
PROXYTYPE_RAW
The raw proxy type (i.e. no proxy).- See Also:
-
PROXYTYPE_DIRECT
The direct proxy type (supports custom interceptors, but uses caller thread).- See Also:
-
PROXYTYPE_DECOUPLED
The (default) decoupled proxy type (decouples from caller thread to component thread).- See Also:
-
BINDING_NULL
Identifier for null binding, as annotations don't support null values (grrr).- See Also:
-
-
Element Details