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

org.fugerit.java.doc.playground.init.ProjectInitOutput Maven / Gradle / Ivy

There is a newer version: 8.8.9
Show newest version
package org.fugerit.java.doc.playground.init;

import lombok.Getter;
import lombok.Setter;

public class ProjectInitOutput {

    @Getter @Setter
    private String message;

    @Getter @Setter
    private String content;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy