Skip to content

Commit

Permalink
Fixing up some javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Jan 25, 2012
1 parent f3cc567 commit 7ecfeed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -23,7 +23,7 @@
import javax.inject.Singleton;

/**
* Literal for {@link javax.enterprise.context.ApplicationScoped}
* Literal for {@link javax.inject.Singleton}
*/
public class SingletonLiteral extends AnnotationLiteral<Singleton> implements Singleton
{
Expand Down
Expand Up @@ -23,7 +23,7 @@
import javax.enterprise.util.AnnotationLiteral;

/**
*
* Literal for {@link javax.enterprise.inject.Typed}
*/
public class TypedLiteral extends AnnotationLiteral<Typed> implements Typed
{
Expand Down

0 comments on commit 7ecfeed

Please sign in to comment.