All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rapidgraphql.schemabuilder.DefaultValueAnnotationProcessor Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package org.rapidgraphql.schemabuilder;

import graphql.language.InputValueDefinition;

import java.lang.reflect.Parameter;

public interface DefaultValueAnnotationProcessor {

    void applyAnnotations(Parameter parameter, InputValueDefinition.Builder builder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy