src/share/classes/java/beans/PropertyEditor.java

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

*** 49,58 **** --- 49,60 ---- * object is of the type for which this is the corresponding propertyEditor. * In addition, each property editor must either support a custom editor, * or support setAsText. * <p> * Each PropertyEditor should have a null constructor. + * + * @since 1.1 */ public interface PropertyEditor { /**