| Name | Package | Description |
| Asset | org.apache.tapestry.annotations | Defines a new asset. |
| Bean | org.apache.tapestry.annotations | Annotation used to define new managed beans, including limited/lightweight
initialization. |
| Component | org.apache.tapestry.annotations | Annotation used within a page or component class to define a contained component (which will
typically match up against a component reference in the template). |
| ComponentClass | org.apache.tapestry.annotations | A class-level annotation that identifies a class as a component. |
| InitialValue | org.apache.tapestry.annotations | An annotation used to provide the initial value of a transient or persistent property. |
| InjectAsset | org.apache.tapestry.annotations | Annotation for injecting an asset by its name. |
| InjectComponent | org.apache.tapestry.annotations | Annotation for injecting a nested component. |
| InjectMeta | org.apache.tapestry.annotations | Creates an InjectSpecification for a <meta> data value,
and adds it to the IComponentSpecification . |
| InjectObject | org.apache.tapestry.annotations | Method level annotation used to inject an object, equivalent to te <inject> element in a
specification. |
| InjectPage | org.apache.tapestry.annotations | Injects a page as a property of a page or component. |
| InjectScript | org.apache.tapestry.annotations | Injects a compiled IScript . |
| InjectState | org.apache.tapestry.annotations | Annotation used to inject an Application State Object as a read/write property of the component. |
| InjectStateFlag | org.apache.tapestry.annotations | No description provided. |
| Message | org.apache.tapestry.annotations | An annotation that may be attached to any method that returns a String. |
| Meta | org.apache.tapestry.annotations | Allows meta-data information about the page or component to be specified. |
| Parameter | org.apache.tapestry.annotations | Used to define a parameter for the component. |
| Persist | org.apache.tapestry.annotations | Allows a property to be marked as persistent (and, optionally, provide control over how the
property is persisted). |