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

io.polyapi.plugin.model.generation.ServerVariableHandler Maven / Gradle / Ivy

There is a newer version: 0.15.3
Show newest version
package io.polyapi.plugin.model.generation;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public class ServerVariableHandler implements Generable {
    private String packageName;
    private String className;
    private String valueType;
    private Boolean secret;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy