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

com.kqinfo.universal.imagecode.core.ImageCode Maven / Gradle / Ivy

The newest version!
package com.kqinfo.universal.imagecode.core;

import lombok.Data;
import lombok.experimental.Accessors;

import java.awt.image.BufferedImage;

/**
 * @author Zijian Liao
 * @since 1.5.0
 */
@Data
@Accessors(chain = true)
public class ImageCode {

    private BufferedImage bufferedImage;

    private String code;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy