src/share/classes/javax/print/attribute/SupportedValuesAttribute.java

Print this page

        

*** 34,44 **** * attribute, the Print Service instance will have a {@link * javax.print.attribute.standard.CopiesSupported CopiesSupported} attribute, * which is a SupportedValuesAttribute giving the legal values a client may * specify for the {@link javax.print.attribute.standard.Copies Copies} * attribute. - * <P> * * @author Alan Kaminsky */ public interface SupportedValuesAttribute extends Attribute { } --- 34,43 ----