Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the referenced class in the return tag of the `getAnnotated` method.

Signed-off-by: Clement Escoffier <[email protected]>
  • Loading branch information
cescoffier authored and antoinesd committed Nov 29, 2018
1 parent 3916729 commit c1941db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public interface ProcessBean<X> {
* If invoked upon a {@link ProcessSyntheticBean} event, non-portable behavior results and the returned value should be ignored.
* </p>
*
* @return the {@link javax.enterprise.inject.spi.AnnotatedType} for the bean being registered
* @return the {@link javax.enterprise.inject.spi.Annotated} for the bean being registered
* @throws IllegalStateException if called outside of the observer method invocation
*/
public Annotated getAnnotated();
Expand Down

0 comments on commit c1941db

Please sign in to comment.