API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.annotation.processing.
Completion
View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.2 06/07/31
Serial
Hierarchy
Completion
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface Completion
A suggested
completion
for an annotation.
A suggested
completion
for an
annotation. A completion is text meant to be inserted into a
program as part of an annotation.
See also:
Methods
Hide/Show inherited methods
public
String
getMessage
()
Returns an informative message about the completion.
Returns an informative message about the completion.
Returns:
an informative message about the completion.
public
String
getValue
()
Returns the text of the suggested completion.
Returns the text of the suggested completion.
Returns:
the text of the suggested completion.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar