org.zkoss.bind.annotation
Annotation Type ContextParam


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

Marker annotation to identify the name of a parameter of a method.
The value of this parameter is getting from the special ContextType

Since:
6.0.0
Author:
dennis
See Also:
Command, Default

Required Element Summary
 ContextType value
          the ContextType
 

Element Detail

value

public abstract ContextType value
the ContextType

Returns:
type of the context


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