|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface Binder
Defines a ucm binder variable for use in services and filters.
| Required Element Summary | |
|---|---|
String |
name
The name of the variable in the binder. |
| Optional Element Summary | |
|---|---|
boolean |
required
Indicates the parameter is required, causing an exception if not supplied. |
| Element Detail |
|---|
public abstract String name
public abstract boolean required
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||