Skip to content

Commit c2242c7

Browse files
committed
fix javadoc.
1 parent 0a2e4ea commit c2242c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6217,6 +6217,7 @@ public WithCustomMapping bind(OffsetMapping.Factory<?> offsetMapping) {
62176217
/**
62186218
* Defines the supplied constructor as a dynamic invocation bootstrap target for delegating advice methods. The bootstrap
62196219
* method arguments are:
6220+
* <ul>
62206221
* <li>A {@code java.lang.invoke.MethodHandles.Lookup} representing the source method.</li>
62216222
* <li>A {@link String} representing the constructor's internal name {@code <init>}.</li>
62226223
* <li>A {@code java.lang.invoke.MethodType} representing the type that is requested for binding.</li>
@@ -6226,6 +6227,7 @@ public WithCustomMapping bind(OffsetMapping.Factory<?> offsetMapping) {
62266227
* <li>A {@code java.lang.invoke.MethodHandle} to the substituted element.</li>
62276228
* <li>A {@link Class} describing the instrumented type.</li>
62286229
* <li>A {@link String} representing the instrumented method or constructor.</li>
6230+
* </ul>
62296231
*
62306232
* @param constructor The bootstrap constructor.
62316233
* @return A new builder for a delegation within a member substitution that uses the supplied constructor for bootstrapping.
@@ -6248,6 +6250,7 @@ public WithCustomMapping bootstrap(Constructor<?> constructor, BootstrapArgument
62486250
/**
62496251
* Defines the supplied method as a dynamic invocation bootstrap target for delegating advice methods. The bootstrap
62506252
* method arguments are:
6253+
* <ul>
62516254
* <li>A {@code java.lang.invoke.MethodHandles.Lookup} representing the source method.</li>
62526255
* <li>A {@link String} representing the method's name.</li>
62536256
* <li>A {@code java.lang.invoke.MethodType} representing the type that is requested for binding.</li>
@@ -6257,6 +6260,7 @@ public WithCustomMapping bootstrap(Constructor<?> constructor, BootstrapArgument
62576260
* <li>A {@code java.lang.invoke.MethodHandle} to the substituted element.</li>
62586261
* <li>A {@link Class} describing the instrumented type.</li>
62596262
* <li>A {@link String} representing the instrumented method or constructor.</li>
6263+
* </ul>
62606264
*
62616265
* @param method The bootstrap method.
62626266
* @return A new builder for a delegation within a member substitution that uses the supplied method for bootstrapping.

0 commit comments

Comments
 (0)