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

io.sundr.examples.arrays.EditableGame Maven / Gradle / Ivy

package io.sundr.examples.arrays;

import io.sundr.builder.Editable;

public class EditableGame extends Game implements Editable{


    public EditableGame(Person[] players){
            super(players);
    }

    public GameBuilder edit(){
            return new GameBuilder(this);
    }




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy