Author added

This commit is contained in:
Hendrik Ebbers 2017-06-15 13:00:24 +02:00 committed by GitHub
parent 7d017b4edf
commit 98a5c57e65

View file

@ -13,7 +13,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* Add this annotation to a class that extends {@code KeycloakWebSecurityConfigurerAdapter} to provide
* a keycloak based Spring security configuration.
*
* @author Hendrik Ebbers
*/
@Retention(value = RUNTIME)
@Target(value = { TYPE })