Skip to content

Instantly share code, notes, and snippets.

Created July 9, 2015 07:37
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 anonymous/aedbdb9e273d8b5e4568 to your computer and use it in GitHub Desktop.
Save anonymous/aedbdb9e273d8b5e4568 to your computer and use it in GitHub Desktop.
public class Application {
@Inject @Property(name = "application.name")
private String name;
@Inject @Property(name = "application.version")
private Version version;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment