From 3b3101d8b5ae4f08a16c0b7111da6cad41bbd282 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 15 Nov 2005 23:20:01 +0000 Subject: Imported GNU Classpath 0.19 + gcj-import-20051115. * sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107049 138bc75d-0d04-0410-961f-82ee72b054a4 --- .../javax/print/attribute/PrintJobAttribute.java | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'libjava/classpath/javax/print/attribute/PrintJobAttribute.java') diff --git a/libjava/classpath/javax/print/attribute/PrintJobAttribute.java b/libjava/classpath/javax/print/attribute/PrintJobAttribute.java index ba3a737b523..fd3663496c8 100644 --- a/libjava/classpath/javax/print/attribute/PrintJobAttribute.java +++ b/libjava/classpath/javax/print/attribute/PrintJobAttribute.java @@ -1,5 +1,5 @@ /* PrintJobAttribute.java -- - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -38,8 +38,23 @@ exception statement from your version. */ package javax.print.attribute; /** - * @author Michael Koch + * Marker interface for all attribute classes describing attributes or the + * status of a ({@link javax.print.DocPrintJob} object. + *

+ * Instances of implementing attribute classes may be collected in a + * {@link javax.print.attribute.PrintJobAttributeSet}. + *

+ * A print service uses attributes of this type to inform about the status + * of a print job. + * For example {@link javax.print.attribute.standard.DateTimeAtProcessing} + * is used to report at which date and time a job has started processing. + *

+ * + * @see javax.print.attribute.PrintJobAttributeSet + * + * @author Michael Koch (konqueror@gmx.de) */ public interface PrintJobAttribute extends Attribute { + // Marker interface } -- cgit v1.2.3