Module tapestry.annotation
Back to master index

[public] Configuration Point tapestry.annotation.SecondaryAnnotationWorkersOccurs: unbounded
Configures a list of secondary annotation workers.
Schema
Element <worker>
Attribute object (required) Translator: object
An object that implements the SecondaryAnnotationEnhancementWorker interface.
Conversion Rules
<push-attribute attribute="object" />
<invoke-parent method="addElement" />
Contribution from module tapestry.annotation
<worker object="instance:InitialValueAnnotationWorker" />
<worker object="instance:EventListenerAnnotationWorker" />

Module tapestry.annotation
Back to master index