
br.com.objectos.way.code.AnnotationInfoAnnotationMirrorBuilder Maven / Gradle / Ivy
The newest version!
package br.com.objectos.way.code;
import javax.lang.model.element.AnnotationMirror;
@javax.annotation.Generated("br.com.objectos.way.auto.pojo.AutoPojoProcessor")
interface AnnotationInfoAnnotationMirrorBuilder {
AnnotationInfoAnnotationMirrorBuilderProcessingEnv processingEnv(ProcessingEnvironmentWrapper processingEnv);
interface AnnotationInfoAnnotationMirrorBuilderProcessingEnv {
AnnotationInfoAnnotationMirrorBuilderAnnotation annotation(AnnotationMirror annotation);
}
interface AnnotationInfoAnnotationMirrorBuilderAnnotation {
AnnotationInfoAnnotationMirrorBuilderPackageInfo packageInfo(PackageInfo packageInfo);
}
interface AnnotationInfoAnnotationMirrorBuilderPackageInfo {
AnnotationInfoAnnotationMirrorBuilderAccessInfo accessInfo(AccessInfo accessInfo);
}
interface AnnotationInfoAnnotationMirrorBuilderAccessInfo {
AnnotationInfoAnnotationMirrorBuilderName name(String name);
}
interface AnnotationInfoAnnotationMirrorBuilderName {
AnnotationInfoAnnotationMirror build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy