src/share/classes/javax/sql/CommonDataSource.java

Print this page
rev 10065 : 8046389: Add missing @since tag under javax.sql.**
Reviewed-by:

@@ -32,10 +32,11 @@
 
 /**
  * Interface that defines the methods which are common between <code>DataSource</code>,
  * <code>XADataSource</code> and <code>ConnectionPoolDataSource</code>.
  *
+ * @since 1.6
  */
 public interface CommonDataSource {
 
     /**
      * <p>Retrieves the log writer for this <code>DataSource</code>