
br.com.objectos.way.code.AnnotationValueInfoBuilder Maven / Gradle / Ivy
package br.com.objectos.way.code;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.way.pojo.compiler.PojoCompiler",
"br.com.objectos.way.pojo.plugin.StandardBuilderPropertyAction"
})
public interface AnnotationValueInfoBuilder {
AnnotationValueInfoBuilderName name(String name);
interface AnnotationValueInfoBuilderName {
AnnotationValueInfoBuilderKind kind(AnnotationValueKind kind);
}
interface AnnotationValueInfoBuilderKind {
AnnotationValueInfoBuilderValue value(Object value);
}
interface AnnotationValueInfoBuilderValue {
AnnotationValueInfo build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy