@Documented @Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) @Inherited public @interface StreamResultWriter
StreamResult
Writer SAX Visitor Annotation.
Used to flag a SAXVisitor
implementation as being a writer
to any defined StreamResult
. This annotation results in the
Stream Writer (for the StreamResult) being acquired on behalf of the
SAXVistor implementation declaring the annotation. See SAXElement
.Copyright © 2020. All rights reserved.