Package org.zkoss.stateless.annotation
Annotation Type RichletMapping
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface RichletMapping
Represents a mapping of Http Request path with GET method to aStatelessRichlet
's method handler or its implementation class.- Author:
- jumperchen
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The url value for the mapping.
-