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