org.zkoss.bind.annotation
Annotation Type ScopeParam


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

Marker annotation to identify the name of a parameter of a method.
By default, the scopes() is Scope.AUTO.
You could arrange another sequence by setting the scopes().

Since:
6.0.0
Author:
dennis
See Also:
Init, Command, Scope

Required Element Summary
 java.lang.String value
          name of the parameter
 
Optional Element Summary
 Scope[] scopes
          the scopes to evaluate.
 

Element Detail

value

public abstract java.lang.String value
name of the parameter

Returns:
name of the parameter

scopes

public abstract Scope[] scopes
the scopes to evaluate.

Returns:
the scopes, default Scope.AUTO
Default:
org.zkoss.bind.annotation.Scope.AUTO


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo