Skip to content

Instantly share code, notes, and snippets.

@ljnelson
Created June 22, 2013 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljnelson/5835867 to your computer and use it in GitHub Desktop.
Save ljnelson/5835867 to your computer and use it in GitHub Desktop.
package foo;
@Stateless
public class CaturgiatorBean {
@EJB(name = "foo.CaturgiatorBean/frobnicator")
private Frobnicator frobnicator;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment