Mirror API

Package com.sun.mirror.declaration

Interfaces used to model program element declarations.

See: Description

Package com.sun.mirror.declaration Description

Interfaces used to model program element declarations. A declaration is represented by the appropriate subinterface of Declaration, and an annotation is represented as an AnnotationMirror.

The apt tool and its associated API have been superseded by the standardized annotation processing API. The replacement for the functionality in this package is javax.lang.model.element.

Since:
1.5
Mirror API


Copyright © 2004, 2014, Oracle and/or its affiliates. All rights reserved.