Skip to content

Commit 28855e9

Browse files
clementkngrwinch
authored andcommitted
Changed docs to reflect that init should apply configurers
1 parent 3d2542c commit 28855e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/SecurityConfigurer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public interface SecurityConfigurer<O, B extends SecurityBuilder<O>> {
3434
* Initialize the {@link SecurityBuilder}. Here only shared state should be created
3535
* and modified, but not properties on the {@link SecurityBuilder} used for building
3636
* the object. This ensures that the {@link #configure(SecurityBuilder)} method uses
37-
* the correct shared objects when building.
37+
* the correct shared objects when building. Configurers should be applied here.
3838
*
3939
* @param builder
4040
* @throws Exception

0 commit comments

Comments
 (0)