@SupportedAnnotationTypes(value="io.sphere.sdk.annotations.HasBuilder") @SupportedSourceVersion(value=RELEASE_8) public final class HasBuilderAnnotationProcessor extends AbstractAnnotationProcessor<A>
AbstractAnnotationProcessor.CheckedConsumer<T>clazzprocessingEnv| Constructor and Description |
|---|
HasBuilderAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generate(TypeElement typeElement) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
generateCodeGeneratedInfo, generateCodeGeneratedInfo, generateCodeGeneratedInfoForHandlebarsTemplate, getAnnotationClass, getResourceName, writeClass, writeClass, writeClass, writeClassgetCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedprotected void generate(TypeElement typeElement)
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessor