Skip to content

Instantly share code, notes, and snippets.

@php-coder
Created October 4, 2011 17:17
Show Gist options
  • Save php-coder/1262219 to your computer and use it in GitHub Desktop.
Save php-coder/1262219 to your computer and use it in GitHub Desktop.
Example of @Inject usage
import javax.inject.Inject;
@Inject
private DataSource dataSource;
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment