aicas logo Jamaica 3.4 release 8

java.lang.annotation
Interface Annotation

All Known Implementing Classes:
ConstructorProperties, Deprecated, Documented, Inherited, MXBean, Override, Retention, SuppressWarnings, Target, Transient

public interface Annotation

Annotation

NYI: COMMENT: JDK 1.5 class description

Since:
1.5

Method Summary
 Class<? extends Annotation> annotationType()
          annotationType NYI: COMMENT: JDK 1.5 method description
 boolean equals(Object obj)
          equals NYI: COMMENT: JDK 1.5 method description
 int hashCode()
          hashCode NYI: COMMENT: JDK 1.5 method description
 String toString()
          toString NYI: COMMENT: JDK 1.5 method description
 

Method Detail

annotationType

Class<? extends Annotation> annotationType()
annotationType

NYI: COMMENT: JDK 1.5 method description

Returns:
Returns the annotation type of this annotation.
Since:
1.5

equals

boolean equals(Object obj)
equals

NYI: COMMENT: JDK 1.5 method description

Overrides:
equals in class Object
Parameters:
obj -
Returns:
true if the specified object represents an annotation that is logically equivalent to this one, otherwise false
Since:
1.5

hashCode

int hashCode()
hashCode

NYI: COMMENT: JDK 1.5 method description

Overrides:
hashCode in class Object
Returns:
the hash code of this annotation
Since:
1.5

toString

String toString()
toString

NYI: COMMENT: JDK 1.5 method description

Overrides:
toString in class Object
Returns:
a string representation of this annotation
Since:
1.5

aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.