src/share/classes/java/beans/Customizer.java

Print this page
rev 10053 : 8044855: Add missing @since tag under java.beans.*
Reviewed-by:

@@ -31,10 +31,12 @@
  * <P>
  * Each customizer should inherit from the java.awt.Component class so
  * it can be instantiated inside an AWT dialog or panel.
  * <P>
  * Each customizer should have a null constructor.
+ *
+ * @since 1.1
  */
 
 public interface Customizer {
 
     /**