We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe3b37 commit 60d2d16Copy full SHA for 60d2d16
spring-beans/src/main/java/org/springframework/beans/factory/support/InstanceSupplier.java
@@ -138,7 +138,7 @@ public Method getFactoryMethod() {
138
* Lambda friendly method that can be used to create a
139
* {@link InstanceSupplier} and add post processors in a single call. For
140
* example: {@code
141
- * InstanceSupplier.of(registeredBean -> ...).withPostProcessor(...)}.
+ * InstanceSupplier.of(registeredBean -> ...).andThen(...)}.
142
* @param <T> the type of instance supplied by this supplier
143
* @param instanceSupplier the source instance supplier
144
* @return a new {@link InstanceSupplier}
0 commit comments