public abstract class AbstractQuerydslProcessor
extends javax.annotation.processing.AbstractProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.Boolean |
ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS |
Constructor and Description |
---|
AbstractQuerydslProcessor() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<javax.lang.model.element.TypeElement> |
collectElements() |
protected abstract Configuration |
createConfiguration(javax.annotation.processing.RoundEnvironment roundEnv) |
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
protected void |
validateInits(EntityType entityType,
Property property) |
public static final java.lang.Boolean ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
process
in interface javax.annotation.processing.Processor
process
in class javax.annotation.processing.AbstractProcessor
protected java.util.Set<javax.lang.model.element.TypeElement> collectElements()
protected void validateInits(EntityType entityType, Property property)
public javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface javax.annotation.processing.Processor
getSupportedSourceVersion
in class javax.annotation.processing.AbstractProcessor
protected abstract Configuration createConfiguration(javax.annotation.processing.RoundEnvironment roundEnv)
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.