src/share/classes/java/beans/PropertyVetoException.java

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

@@ -27,10 +27,11 @@
 
 
 /**
  * A PropertyVetoException is thrown when a proposed change to a
  * property represents an unacceptable value.
+ * @since 1.1
  */
 
 public
 class PropertyVetoException extends Exception {
     private static final long serialVersionUID = 129596057694162164L;