src/share/classes/javax/swing/Painter.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

@@ -57,10 +57,11 @@
  * </pre>
  *
  * <p>This interface makes no guarantees of threadsafety.</p>
  *
  * @author rbair
+ * @since 1.7
  */
 public interface Painter<T> {
     /**
      * <p>Renders to the given {@link java.awt.Graphics2D} object. Implementations
      * of this method <em>may</em> modify state on the <code>Graphics2D</code>, and are not