com.luues.util.random.RandImage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-util Show documentation
Show all versions of commons-util Show documentation
A Simple Tool Operations Class
package com.luues.util.random;
import lombok.Data;
import java.awt.image.BufferedImage;
import java.io.Serializable;
@Data
public class RandImage implements Serializable {
private String code;
private BufferedImage bufferedImage;
}