Преглед на файлове

Changed docs to reflect that init should apply configurers

Clement Ng преди 6 години
родител
ревизия
28855e9cd6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      config/src/main/java/org/springframework/security/config/annotation/SecurityConfigurer.java

+ 1 - 1
config/src/main/java/org/springframework/security/config/annotation/SecurityConfigurer.java

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