br.com.objectos.code.TestingAnnotationValueInfoPojo Maven / Gradle / Ivy
package br.com.objectos.code;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.pojo.compiler.PojoCompiler",
"br.com.objectos.pojo.plugin.StandardPojoPropertyAction"
})
final class TestingAnnotationValueInfoPojo extends TestingAnnotationValueInfo {
private final String name;
private final AnnotationValueKind kind;
private final Object value;
public TestingAnnotationValueInfoPojo(TestingAnnotationValueInfoBuilderPojo builder) {
super();
name = builder.___get___name();
kind = builder.___get___kind();
value = builder.___get___value();
}
@Override
String name() {
return name;
}
@Override
AnnotationValueKind kind() {
return kind;
}
@Override
public Object value() {
return value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy