Package annotation.xml
Interface AnnotationXMLWriter<TDataAnnotation extends DataAnnotation<?>>
- All Known Implementing Classes:
SQLXMLWriter
public interface AnnotationXMLWriter<TDataAnnotation extends DataAnnotation<?>>
Writer to convert an annotation into XML.
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptionwriteAnnotation
(Document parent, PamDataUnit pamDataUnit, TDataAnnotation annotation) Write an annotation as an XML element into a document.