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

com.nbsaas.boot.rest.annotations.RequiresTenant Maven / Gradle / Ivy

package com.nbsaas.boot.rest.annotations;


import java.lang.annotation.*;

/**
 * 租户注解
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface RequiresTenant {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy