org.neo4j.kernel.impl.annotations
Class ServiceProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.neo4j.kernel.impl.annotations.AnnotationProcessor
org.neo4j.kernel.impl.annotations.ServiceProcessor
- All Implemented Interfaces:
- Processor
@SupportedSourceVersion(value=RELEASE_6)
@SupportedAnnotationTypes(value="org.neo4j.helpers.Service.Implementation")
public class ServiceProcessor
- extends AnnotationProcessor
Methods inherited from class org.neo4j.kernel.impl.annotations.AnnotationProcessor |
addAnnotation, addAnnotation, addAnnotation, addAnnotation, error, error, init, process, updateAnnotationValue, warn, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceProcessor
public ServiceProcessor()
process
protected void process(TypeElement annotationType,
Element annotated,
AnnotationMirror annotation,
Map<? extends ExecutableElement,? extends AnnotationValue> values)
throws IOException
- Specified by:
process
in class AnnotationProcessor
- Throws:
IOException
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.