diff options
| author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2013-02-22 16:46:40 +1100 |
|---|---|---|
| committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2013-02-22 16:46:40 +1100 |
| commit | 2a0cb4d76201ee1e6c9a879056e5ac0aea00a7b1 (patch) | |
| tree | be4743dbf8ceb1bb08459b1e40485898708b6349 /gnu/classpath/debug/Component.java | |
| parent | b004826deb64618f4eebcbc21abed78319082abc (diff) | |
| download | classpath-2a0cb4d76201ee1e6c9a879056e5ac0aea00a7b1.tar.gz | |
Implement AbstractProcessor, adding annotations and an interface it depends on.
2013-02-21 Andrew John Hughes <gnu_andrew@member.fsf.org>
* javax/annotation/processing/AbstractProcessor.java:
New class added.
(processingEnv): Added.
(initialized): Likewise.
(AbstractProcessor()): Implemented.
(getCompletions(Element,AnnotationMirror,ExecutableElement,
String)): Likewise.
(getSupportedAnnotationTypes()):Likewise.
(getSupportedOptions()): Likewise.
(getSupportedSourceVersion()): Likewise.
(init(ProcessingEnvironment)): Likewise.
(isInitialized()): Likewise.
(process(Set,RoundEnvironment)): Likewise.
* javax/annotation/processing/Completion.java:
New interface added.
(getValue()): Added.
(getMessage()): Likewise.
* javax/annotation/processing/Processor.java:
(getCompletions(Element,AnnotationMirror,ExecutableElement,
String)): Added.
* javax/annotation/processing/SupportedAnnotationTypes.java:
New annotation added.
(value()): Added.
* javax/annotation/processing/SupportedOptions.java:
New annotation added.
(value()): Added.
* javax/annotation/processing/SupportedSourceVersion.java:
Reference AbstractProcessor in documentation.
Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
Diffstat (limited to 'gnu/classpath/debug/Component.java')
0 files changed, 0 insertions, 0 deletions
