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

org.demographql.starwars.model.Human Maven / Gradle / Ivy

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

import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.experimental.SuperBuilder;
import org.rapidgraphql.annotations.GraphQLImplementation;

@Getter
@Setter
@SuperBuilder
@NoArgsConstructor
@GraphQLImplementation
public class Human extends FilmCharacter{
    Float height;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy