Skip to content

Instantly share code, notes, and snippets.

@aasikka
Created July 2, 2018 16:24
Embed
What would you like to do?
@Inject @Default(values="Contact Us")
private String title;
@Inject @Default(intValues={1,2,3,4})
private int[] integers;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment