com.wizzdi.security.bearer.jwt.EnableBearerJwtAuthentication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexicore-boot-security-bearer-jwt Show documentation
Show all versions of flexicore-boot-security-bearer-jwt Show documentation
FlexiCore Boot Security Bearer JWT
package com.wizzdi.security.bearer.jwt;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Documented
@Import(FlexiCoreJWTSecurityModule.class)
@Configuration
public @interface EnableBearerJwtAuthentication {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy