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 TypeMethodDescriptionvoid
init
(ProcessingEnvironment processingEnv) boolean
process
(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:
init
in interfaceProcessor
- Overrides:
init
in classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-