JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
jadex.publishservice.publish.annotation
Annotation Interface ResultMapper
@Target
({
METHOD
,
PARAMETER
})
@Retention
(
RUNTIME
)
public @interface
ResultMapper
Result mapper annotation.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
jadex.model.annotation.Value
value
The mapper.
Element Details
value
jadex.model.annotation.Value
value
The mapper.