Library:Apache Harmony
Version:5.M5
Compatibility:JDK 1.5
Annotations in library Apache Harmony.
NamePackageDescription
Deprecatedjava.lang

An annotation for marking an element as deprecated.

Documentedjava.lang.annotation

A meta-annotation used to indicate that a type's annotation are documented and part of the public API.

Inheritedjava.lang.annotation

A meta-annotation used to indicate that an annotation is automatically inherited.

Overridejava.langAn annotation to indicate that a method is intended to override a superclass method.
Retentionjava.lang.annotation

A meta-annotation used to determine the scope of retention for an annotation.

SuppressWarningsjava.langAn annotation that indicates a compiler should suppress any warnings of the type specified in the value() .
Targetjava.lang.annotation

A meta-annotation used to determine what ElementType s an annotation can be applied to.

Search