Module tapestry.annotation
Back to master index

[public] Configuration Point tapestry.annotation.ClassWorkersOccurs: 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" />
<worker annotation="Meta" object="instance:MetaAnnotationWorker" />

Module tapestry.annotation
Back to master index