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

io.dekorate.application.config.EditableInfo Maven / Gradle / Ivy

There is a newer version: 2.0.0.beta8
Show newest version
package io.dekorate.application.config;

import io.dekorate.deps.kubernetes.api.builder.Editable;
import java.lang.String;

public class EditableInfo extends io.dekorate.application.config.Info implements Editable{


    public EditableInfo(){
            super();
    }
    public EditableInfo(String name,String value,String type,String valueFrom){
            super(name, value, type, valueFrom);
    }

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




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy