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

com.anst.sd.api.security.fw.EnableAuthLibSecurity Maven / Gradle / Ivy

There is a newer version: 0.5.4
Show newest version
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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy