io.soffa.commons.annotations.TenantRequired Maven / Gradle / Ivy
package io.soffa.commons.annotations;
import java.lang.annotation.*;
@Target({ ElementType.METHOD, ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface TenantRequired {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy