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

com.luues.util.random.RandImage Maven / Gradle / Ivy

There is a newer version: 1.3.0.5.RELEASE
Show newest version
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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy