Package org.smooks.api.delivery.sax
Annotation Type StreamSinkWriter
-
@Documented @Retention(RUNTIME) @Target({TYPE,FIELD}) @Inherited public @interface StreamSinkWriter
FragmentStreamSink
Writer SAX Visitor Annotation. Used to flag aSaxNgVisitor
implementation as being a writer to any definedStreamSink
. This annotation results in the Stream Writer (for the StreamResult) being acquired on behalf of the SAXVistor implementation declaring the annotation. SeeFragment
.- Author:
- tom.fennelly@gmail.com