Package org.smooks.api.delivery.sax
Annotation Type StreamResultWriter
-
@Documented @Retention(RUNTIME) @Target({TYPE,FIELD}) @Inherited public @interface StreamResultWriter
FragmentStreamResult
Writer SAX Visitor Annotation. Used to flag aSaxNgVisitor
implementation as being a writer to any definedStreamResult
. 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