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

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

*** 37,46 **** --- 37,47 ---- * * @param <E> the type of the elements of this model * * @author Hans Muller * @see JList + * @since 1.2 */ public interface ListModel<E> { /** * Returns the length of the list.