Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Sep 24, 2010
1 parent 97b0fa0 commit 1314213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -25,7 +25,7 @@
/**
* <p>
* Meta annotation that is used to specify an invocation handler for an
* automatically implmented bean.
* automatically implemented bean.
* </p>
*
* <p>
Expand Down
Expand Up @@ -15,7 +15,7 @@
* </p>
*
* <p>
* A method is annotated with <code>&#064;Unwraps</code> is with CDI as bean;
* A method is annotated with <code>&#064;Unwraps</code> is registered with CDI as bean;
* whenever a method is invoked on the proxy the @Unwraps method is called, and
* the method invocation is forwarded to the result. This allows you to manual
* control the lifecycle of the object while still allowing it to be injected.
Expand Down

0 comments on commit 1314213

Please sign in to comment.