Skip to content

Instantly share code, notes, and snippets.

@ljnelson
Created December 16, 2016 00:19
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/37520f29f0a30ce8acb916b096f133f1 to your computer and use it in GitHub Desktop.
Save ljnelson/37520f29f0a30ce8acb916b096f133f1 to your computer and use it in GitHub Desktop.
@Qualifier
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER })
private @interface Property {
@Nonbinding
String value() default "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment