Author added
This commit is contained in:
parent
7d017b4edf
commit
98a5c57e65
1 changed files with 1 additions and 1 deletions
|
@ -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 })
|
||||
|
|
Loading…
Reference in a new issue