Annotation Type Description
@Target({TYPE,PACKAGE})
@Retention(RUNTIME)
@Documented
@UseWith({COMPONENT,MIXIN,PAGE,SERVICE})
public @interface Description
Annotation used by Tapestry to describe the annotated class or package in runtime,
specially in the T5Dashboard page.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
text
A textual description of this class.
-
-
-
tags
Tags used to describe this class. Use just lowercase letters, numbers and dashes.- Default:
- {}
-