src/javax/xml/transform/stream/StreamResult.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

@@ -35,10 +35,11 @@
 /**
  * <p>Acts as an holder for a transformation result,
  * which may be XML, plain Text, HTML, or some other form of markup.</p>
  *
  * @author <a href="Jeff.Suttor@Sun.com">Jeff Suttor</a>
+ * @since 1.4
  */
 public class StreamResult implements Result {
 
     /** If {@link javax.xml.transform.TransformerFactory#getFeature}
      * returns true when passed this value as an argument,