Skip to content

Commit

Permalink
Added missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Apr 21, 2016
1 parent 22be227 commit 9751cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public interface AgentBuilder {
* <p>
* Matches a type being loaded in order to apply the supplied {@link net.bytebuddy.agent.builder.AgentBuilder.Transformer}s before loading this type.
* If several matchers positively match a type only the latest registered matcher is considered for transformation.
* <p>
* </p>
* <p>
* If this matcher is chained with additional subsequent matchers, this matcher is always executed first whereas the following matchers are
* executed in the order of their execution. If any matcher indicates that a type is to be matched, none of the following matchers is still queried.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* <p>
* The origin annotation provides some meta information about the source method that is bound to this method where
* the binding is dependant of the parameter's type:
* </p>
* <ol>
* <li>If the annotated parameter is of type {@link java.lang.reflect.Method}, {@link java.lang.reflect.Constructor} or
* {@code java.lang.reflect.Executable}, the parameter is assigned a reference to the method or constructor it
Expand All @@ -37,6 +38,7 @@
* <li>If the annotated type is {@code java.lang.invoke.MethodType}, a description of the intercepted method's type
* is injected. Method type descriptions are only supported for byte code versions starting from Java 7.</li>
* </ol>
* <p>
* Any other parameter type will cause an {@link java.lang.IllegalStateException}.
* </p>
* <p>
Expand Down

0 comments on commit 9751cf4

Please sign in to comment.