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

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

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 WriteMethodMeta {

    private final String objQueryMethod;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy