Module tapestry.enhance
Back to master index

[public] Configuration Point tapestry.enhance.ClassInspectorsOccurs: unbounded
Definition of contributing to the class inspectors config point used by EnhancedClassValidator.
Schema
Element <inspector>
Attribute object Translator: object
An object that implements the ClassInspector interface.
Conversion Rules
<push-attribute attribute="object" />
<invoke-parent method="addElement" />
Contribution from module tapestry.enhanceIf:not (class java.lang.annotation.Annotation)
<inspector object="service:ClassInspector" />
Contribution from module tapestry.enhanceIf:class java.lang.annotation.Annotation
<inspector object="service:GenericsClassInspector" />

Module tapestry.enhance
Back to master index