API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.text. Annotation View Source
Author(s)
Since
1.2
Version
Serial
Hierarchy
 Object
      Annotation
Implements
Subclasses
Description
public class Annotation
  An Annotation object is used as a wrapper for a text attribute value if the attribute has annotation characteristics.
Constructors
public Annotation (Object value)
  Constructs an annotation record with the given value, which may be null.
Methods
Hide/Show inherited methods
public Object getValue ()
Returns the value of the attribute, which may be null.
public String toString ()
Returns the String representation of this Annotation.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar