Configuration Point tapestry.annotation.ClassWorkers | Occurs: | unbounded |
Maps from a specific Annotation class, to a particular ClassAnnotationEnhancementWorker (typically,
a service). |
Schema |
Element <worker> |
Attribute annotation | Translator: | class |
The name of an Annotation class which triggers the enhancement worker's behavior. |
Attribute object | Translator: | object |
An object that implements the ClassAnnotationEnhancementWorker interface. |
Conversion Rules |
<push-attribute attribute="object"
/>
<invoke-parent method="addElement"
/>
|
|
Contribution from module tapestry.annotation |
<worker annotation="ComponentClass"
object="instance:ComponentClassAnnotationWorker"
/>
|