Package org.smooks.api.delivery.sax
Annotation Type StreamSinkWriter
-
@Documented @Retention(RUNTIME) @Target({TYPE,FIELD}) @Inherited public @interface StreamSinkWriter
FragmentStreamSinkWriter SAX Visitor Annotation. Used to flag aSaxNgVisitorimplementation 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