summaryrefslogtreecommitdiff
path: root/gnu/classpath/debug/Component.java
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2013-02-22 16:46:40 +1100
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2013-02-22 16:46:40 +1100
commit2a0cb4d76201ee1e6c9a879056e5ac0aea00a7b1 (patch)
treebe4743dbf8ceb1bb08459b1e40485898708b6349 /gnu/classpath/debug/Component.java
parentb004826deb64618f4eebcbc21abed78319082abc (diff)
downloadclasspath-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