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

org.demographql.helloworld.MyValue Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package org.demographql.helloworld;

import lombok.Builder;
import lombok.Value;
import lombok.extern.jackson.Jacksonized;
import org.rapidgraphql.annotations.GraphQLInputType;

@GraphQLInputType("MyInputValue")
@Value
@Builder
@Jacksonized
public class MyValue {
    int a;
    int b;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy