API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.annotation. Annotation View Source
Author(s)
Josh Bloch
Since
1.5
Version
Serial
Hierarchy
 Annotation
Subinterfaces
Description
public interface Annotation
  The common interface extended by all annotation types.
See also:   
Methods
Hide/Show inherited methods
public Class<Annotation> annotationType ()
Returns the annotation type of this annotation.
public boolean equals (Object obj)
  Returns true if the specified object represents an annotation that is logically equivalent to this one.
public int hashCode ()
  Returns the hash code of this annotation, as defined below:
public String toString ()
  Returns a string representation of this annotation.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar