Skip to content

Commit

Permalink
fix javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Feb 18, 2023
1 parent 0a2e4ea commit c2242c7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6217,6 +6217,7 @@ public WithCustomMapping bind(OffsetMapping.Factory<?> offsetMapping) {
/**
* Defines the supplied constructor as a dynamic invocation bootstrap target for delegating advice methods. The bootstrap
* method arguments are:
* <ul>
* <li>A {@code java.lang.invoke.MethodHandles.Lookup} representing the source method.</li>
* <li>A {@link String} representing the constructor's internal name {@code <init>}.</li>
* <li>A {@code java.lang.invoke.MethodType} representing the type that is requested for binding.</li>
Expand All @@ -6226,6 +6227,7 @@ public WithCustomMapping bind(OffsetMapping.Factory<?> offsetMapping) {
* <li>A {@code java.lang.invoke.MethodHandle} to the substituted element.</li>
* <li>A {@link Class} describing the instrumented type.</li>
* <li>A {@link String} representing the instrumented method or constructor.</li>
* </ul>
*
* @param constructor The bootstrap constructor.
* @return A new builder for a delegation within a member substitution that uses the supplied constructor for bootstrapping.
Expand All @@ -6248,6 +6250,7 @@ public WithCustomMapping bootstrap(Constructor<?> constructor, BootstrapArgument
/**
* Defines the supplied method as a dynamic invocation bootstrap target for delegating advice methods. The bootstrap
* method arguments are:
* <ul>
* <li>A {@code java.lang.invoke.MethodHandles.Lookup} representing the source method.</li>
* <li>A {@link String} representing the method's name.</li>
* <li>A {@code java.lang.invoke.MethodType} representing the type that is requested for binding.</li>
Expand All @@ -6257,6 +6260,7 @@ public WithCustomMapping bootstrap(Constructor<?> constructor, BootstrapArgument
* <li>A {@code java.lang.invoke.MethodHandle} to the substituted element.</li>
* <li>A {@link Class} describing the instrumented type.</li>
* <li>A {@link String} representing the instrumented method or constructor.</li>
* </ul>
*
* @param method The bootstrap method.
* @return A new builder for a delegation within a member substitution that uses the supplied method for bootstrapping.
Expand Down

0 comments on commit c2242c7

Please sign in to comment.