@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
public @interface HandlerChain
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
file
Location of the handler chain file.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
Deprecated.
As of JSR-181 2.0 with no replacement.
|