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

com.github.zw201913.entity.Element Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.github.zw201913.entity;

import lombok.Data;

import java.io.Serializable;
import java.util.List;

/**
 * @author zouwei
 * @className Element
 * @date: 2022/8/12 下午5:36
 * @description:
 */
@Data
public abstract class Element implements Serializable {

	public abstract List commandArgs();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy