Package org.hibernate.search.processor
Class HibernateSearchProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.hibernate.search.processor.HibernateSearchProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("*")
@SupportedOptions({"org.hibernate.search.processor.generated_annotation.add","org.hibernate.search.processor.generated_annotation.timestamp","org.hibernate.search.processor.backend.version"})
@SuppressJQAssistant(reason="JQAssistant has issue with detecting that getSupportedSourceVersion is an overridden method.")
public class HibernateSearchProcessor
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
-
Constructor Details
-
HibernateSearchProcessor
public HibernateSearchProcessor()
-
-
Method Details
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-