Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@832 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jan 8, 2009
1 parent c387355 commit 0d054da
Showing 1 changed file with 5 additions and 10 deletions.
Expand Up @@ -28,8 +28,7 @@ public interface EjbResolver
* The injection point metadata
* @return the JNDI name
* @throws IllegalArgumentException
* if the injection point is not annotated with
* @EJB
* if the injection point is not annotated with @EJB
* @throws DefinitionException
* if the injection point is not suitable for injection
* @throws IllegalStateException
Expand All @@ -46,11 +45,9 @@ public interface EjbResolver
* The injection point metadata
* @return the JNDI name
* @throws IllegalArgumentException
* if the injection point is not annotated with
* @PersistenceContext
* if the injection point is not annotated with @PersistenceContext
* @throws UnsupportedOperationException
* if the injection point is annotated
* @PersistenceContext(EXTENTED)
* if the injection point is annotated @PersistenceContext(EXTENTED)
* @throws IllegalStateException
* if no suitable persistence units can be resolved for injection
*/
Expand All @@ -61,8 +58,7 @@ public interface EjbResolver
*
* @EJB injection point
*
* @return the annotation which defines an
* @EJB injection point
* @return the annotation which defines an @EJB injection point
*/
public Class<? extends Annotation> getEJBAnnotation();

Expand All @@ -71,8 +67,7 @@ public interface EjbResolver
*
* @PersistenceContext injection point
*
* @return the annoation which defines a
* @PersistenceContext injection point
* @return the annoation which defines a @PersistenceContext injection point
*/
public Class<? extends Annotation> getPersistenceContextAnnotation();

Expand Down

0 comments on commit 0d054da

Please sign in to comment.