Package Name | Comment |
com.sun.mirror.apt |
Classes used to communicate information between
{@linkplain com.sun.mirror.apt.AnnotationProcessor annotation processors}
and an annotation processing tool.
Note that the apt tool and its associated APIs may be
changed or superseded in future j2se releases.
@since 1.5
|
com.sun.mirror.declaration |
Interfaces used to model program element declarations.
A declaration is represented by the appropriate subinterface of
{@link com.sun.mirror.declaration.Declaration},
and an annotation is represented as an
{@link com.sun.mirror.declaration.AnnotationMirror}.
Note that the apt tool and its associated APIs may be
changed or superseded in future j2se releases.
@since 1.5
|
com.sun.mirror.type |
Interfaces used to model types.
A type is represented by the appropriate subinterface of
{@link com.sun.mirror.type.TypeMirror}.
Note that the apt tool and its associated APIs may be
changed or superseded in future j2se releases.
@since 1.5
|
com.sun.mirror.util |
Utilities to assist in the processing of {@linkplain
com.sun.mirror.declaration declarations} and {@linkplain
com.sun.mirror.type types}.
Note that the apt tool and its associated APIs may be
changed or superseded in future j2se releases.
@since 1.5
|