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

com.wu.framework.easy.upsert.QuickEasyUpsertRedis Maven / Gradle / Ivy

There is a newer version: 1.2.5-JDK17
Show newest version
package com.wu.framework.easy.upsert;

import org.springframework.core.annotation.AliasFor;
import org.springframework.stereotype.Indexed;

import java.lang.annotation.*;

@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Indexed
@EasyUpsertRedis
public @interface QuickEasyUpsertRedis {

    @AliasFor(attribute = "database", annotation = EasyUpsertRedis.class)
    int database() default 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy