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

xyz.erupt.core.module.ModuleInfo Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.core.module;

import lombok.Builder;
import lombok.Getter;
import lombok.Setter;

/**
 * @author YuePeng
 * date 2022/1/4 21:13
 */
@Getter
@Setter
@Builder
public class ModuleInfo {

    private String name;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy