![JAR search and dependency download from the Maven repository](/logo.png)
org.rapidgraphql.schemabuilder.DefaultValueAnnotationProcessor Maven / Gradle / Ivy
package org.rapidgraphql.schemabuilder;
import graphql.language.InputValueDefinition;
import java.lang.reflect.Parameter;
public interface DefaultValueAnnotationProcessor {
void applyAnnotations(Parameter parameter, InputValueDefinition.Builder builder);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy