Skip to content

Instantly share code, notes, and snippets.

@ljnelson
Created December 15, 2016 23:59
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/189955960d430ccba1e452dbe264a0bc to your computer and use it in GitHub Desktop.
Save ljnelson/189955960d430ccba1e452dbe264a0bc to your computer and use it in GitHub Desktop.
public class Config {
@Qualifier
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.PARAMETER})
@interface Key {
String value();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment