Annotation Interface AquimaDocumentXmlElementRenderer
Annotation for classes that render document XML for specific element types
This annotation can be used on
IXmlElementRenderer in order to
register a custom element renderer to be used in document XML generation- Since:
- 15.8
- Author:
- Arkadiusz Szuflicki
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends com.aquima.interactions.composer.IElement> Returns the element class.
-
Element Details
-
elementClass
Class<? extends com.aquima.interactions.composer.IElement> elementClassReturns the element class.- Returns:
- the element class.
-