Update javadoc

This commit is contained in:
Madhura Bhave 2017-11-01 18:18:07 -07:00
parent b2efef2eed
commit 905e311ef2
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ import org.springframework.security.web.server.WebFilterChainProxy;
/**
* Switches on {@link EnableWebFluxSecurity} for a reactive web application if this
* annotation has not been added by the user.
* annotation has not been added by the user. This configuration also backs off if a
* bean of type {@link WebFilterChainProxy} has been configured in any other way.
*
* @author Madhura Bhave
*/