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

fun.fengwk.convention4j.springboot.starter.cache.annotation.meta.ReadMethodMeta Maven / Gradle / Ivy

The newest version!
package fun.fengwk.convention4j.springboot.starter.cache.annotation.meta;

import fun.fengwk.convention4j.springboot.starter.cache.annotation.ReadMethod;
import lombok.Data;

/**
 * @author fengwk
 * @see ReadMethod
 */
@Data
public class ReadMethodMeta {

    private final String name;
    private final String version;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy