Package | Description |
---|---|
com.sun.mirror.apt |
Classes used to communicate information between annotation processors and
an annotation processing tool.
|
com.sun.mirror.declaration |
Interfaces used to model program element declarations.
|
Modifier and Type | Method and Description |
---|---|
void |
Messager.printError(SourcePosition pos,
String msg)
Deprecated.
Prints an error message.
|
void |
Messager.printNotice(SourcePosition pos,
String msg)
Deprecated.
Prints a notice.
|
void |
Messager.printWarning(SourcePosition pos,
String msg)
Deprecated.
Prints a warning message.
|
Modifier and Type | Method and Description |
---|---|
SourcePosition |
AnnotationValue.getPosition()
Deprecated.
Returns the source position of the beginning of this annotation value.
|
SourcePosition |
AnnotationMirror.getPosition()
Deprecated.
Returns the source position of the beginning of this annotation.
|
SourcePosition |
Declaration.getPosition()
Deprecated.
Returns the source position of the beginning of this declaration.
|
Copyright © 2004, 2015, Oracle and/or its affiliates. All rights reserved.