
br.com.objectos.way.code.AnnotationValueWrapperToAnnotationValueInfo Maven / Gradle / Ivy
The newest version!
package br.com.objectos.way.code;
import com.google.common.base.Function;
@javax.annotation.Generated("br.com.objectos.way.auto.functional.AutoFunctionalProcessor")
public final class AnnotationValueWrapperToAnnotationValueInfo implements Function {
private static final Function INSTANCE = new AnnotationValueWrapperToAnnotationValueInfo();
private AnnotationValueWrapperToAnnotationValueInfo() {
}
public static Function get() {
return INSTANCE;
}
@Override
public AnnotationValueInfo apply(AnnotationValueWrapper input) {
return input.toAnnotationValueInfo();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy