Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1992 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Mar 14, 2009
1 parent b749199 commit a37b3ef
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -19,7 +19,8 @@
import java.io.Serializable;

/**
* A serializable reference to an EJB
* A serializable reference to an EJB. For an SFSB the same state must be
* returned for each call to {@link #get(Class)}
*
* @author Pete Muir
* @param <T>
Expand Down Expand Up @@ -52,7 +53,6 @@ public interface EjbReference<T> extends Serializable

/**
* Request that the SFSB backing this reference is instantiated, and any
*
* @PostConstruct lifecycle callbacks are executed
*
* @throws UnsupportedOperationException
Expand Down

0 comments on commit a37b3ef

Please sign in to comment.