Spring Data Neo4j

org.springframework.data.neo4j.querydsl
Class SDNAnnotationProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by org.springframework.data.neo4j.querydsl.SDNAnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes(value={"com.mysema.query.annotations.*","org.springframework.data.neo4j.annotation.*"})
public class SDNAnnotationProcessor
extends AbstractProcessor

TODO


Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
SDNAnnotationProcessor()
           
 
Method Summary
 SourceVersion getSupportedSourceVersion()
           
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDNAnnotationProcessor

public SDNAnnotationProcessor()
Method Detail

process

public boolean process(Set<? extends TypeElement> annotations,
                       RoundEnvironment roundEnv)
Specified by:
process in interface Processor
Specified by:
process in class AbstractProcessor

getSupportedSourceVersion

public SourceVersion getSupportedSourceVersion()
Specified by:
getSupportedSourceVersion in interface Processor
Overrides:
getSupportedSourceVersion in class AbstractProcessor

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.