Package org.zkoss.bind.annotation
Annotation Type ContextParam
-
@Target(PARAMETER) @Retention(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 specialContextType
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ContextType
value
theContextType
-
-
-
Element Detail
-
value
ContextType value
theContextType
- Returns:
- type of the context
-
-