![JAR search and dependency download from the Maven repository](/logo.png)
com.miracles.compiler.processor.IAProcessor Maven / Gradle / Ivy
The newest version!
package com.miracles.compiler.processor;
import com.miracles.compiler.AnnotationProcessor;
import javax.annotation.processing.RoundEnvironment;
/**
* Created by lxw
*/
public interface IAProcessor {
void process(RoundEnvironment roundEnv, AnnotationProcessor mProcessor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy