Class TaglibProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.shredzone.commons.taglib.processor.TaglibProcessor
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.shredzone.commons.taglib.annotation.*") @ParametersAreNonnullByDefault public class TaglibProcessor extends AbstractProcessor
A javac processor that scans for tag annotations and creates proxy classes that allows to use Spring in tag library implementations.- Author:
- Richard "Shred" Körber
-
-
Field Summary
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description TaglibProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
-
-
-
Constructor Detail
-
TaglibProcessor
public TaglibProcessor()
-
-
Method Detail
-
process
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
-