com.anst.sd.api.security.fw.EnableAuthLibSecurity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of security Show documentation
Show all versions of security Show documentation
Sample Library for ANST-API
package com.anst.sd.api.security.fw;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import(WebSecurityConfig.class)
public @interface EnableAuthLibSecurity {
}