src/javax/xml/transform/Source.java

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

@@ -26,10 +26,12 @@
 package javax.xml.transform;
 
 /**
  * An object that implements this interface contains the information
  * needed to act as source input (XML source or transformation instructions).
+ *
+ * @since 1.4
  */
 public interface Source {
 
     /**
      * Set the system identifier for this Source.