/[classpath]/classpath/javax/print/attribute/PrintRequestAttribute.java
ViewVC logotype

Diff of /classpath/javax/print/attribute/PrintRequestAttribute.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 1  Line 1 
1  /* PrintRequestAttribute.java --  /* PrintRequestAttribute.java --
2     Copyright (C) 2003 Free Software Foundation, Inc.     Copyright (C) 2003, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package javax.print.attribute;  package javax.print.attribute;
39    
40  /**  /**
41   * @author Michael Koch   * Marker interface for all attribute classes which specify a requested
42     * attribute of {@link javax.print.DocPrintJob} object.
43     * <p>
44     * Instances of implementing attribute classes may be collected in a
45     * {@link javax.print.attribute.PrintRequestAttributeSet}.
46     * </p>
47     *
48     * @see javax.print.attribute.PrintRequestAttributeSet
49     *
50     * @author Michael Koch (konqueror@gmx.de)
51   */   */
52  public interface PrintRequestAttribute extends Attribute  public interface PrintRequestAttribute extends Attribute
53  {  {
54      // Marker interface
55  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26