
br.com.objectos.code.TestingAnnotationValueInfoBuilder Maven / Gradle / Ivy
The newest version!
package br.com.objectos.code;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.pojo.compiler.PojoCompiler",
"br.com.objectos.pojo.plugin.StandardBuilderPropertyAction"
})
public interface TestingAnnotationValueInfoBuilder {
TestingAnnotationValueInfoBuilderName name(String name);
interface TestingAnnotationValueInfoBuilderName {
TestingAnnotationValueInfoBuilderKind kind(AnnotationValueKind kind);
}
interface TestingAnnotationValueInfoBuilderKind {
TestingAnnotationValueInfoBuilderValue value(Object value);
}
interface TestingAnnotationValueInfoBuilderValue {
TestingAnnotationValueInfo build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy