org.ucmtwine.annotation
Annotation Type Binder


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface Binder

Defines a ucm binder variable for use in services and filters.

Author:
tim

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

name

public abstract String name
The name of the variable in the binder.

required

public abstract boolean required
Indicates the parameter is required, causing an exception if not supplied.

Default:
true


Copyright © 2012. All Rights Reserved.