Skip to content

Instantly share code, notes, and snippets.

@sejersbol
Created February 26, 2011 08:48
Show Gist options
  • Save sejersbol/845067 to your computer and use it in GitHub Desktop.
Save sejersbol/845067 to your computer and use it in GitHub Desktop.
SomeBean injected using CDI.
...
import javax.inject.Inject;
...
@Inject
private SomeBean someBean;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment