@Target(value={METHOD,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Inherited
public @interface ReplyTo
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
An expression which evaluates to a key to which is sent the method return value.
|