src/share/classes/java/beans/PropertyEditorSupport.java

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

*** 29,38 **** --- 29,40 ---- /** * This is a support class to help build property editors. * <p> * It can be used either as a base class or as a delegate. + * + * @since 1.1 */ public class PropertyEditorSupport implements PropertyEditor { /**