@SupportedAnnotationTypes(value="io.micronaut.oci.clients.SdkClients")
@SupportedSourceVersion(value=RELEASE_8)
public class OracleCloudSdkProcessor
extends javax.annotation.processing.AbstractProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLIENT_PACKAGE |
Constructor and Description |
---|
OracleCloudSdkProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
init(javax.annotation.processing.ProcessingEnvironment processingEnv) |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public static final java.lang.String CLIENT_PACKAGE
public void init(javax.annotation.processing.ProcessingEnvironment processingEnv)
init
in interface javax.annotation.processing.Processor
init
in class javax.annotation.processing.AbstractProcessor
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