@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Attribute
Qualifier
, that can be
used to add additional information to injection points (setters,
constructors, fields). Unlike qualifiers, attributes do not determine the
outcome of bindings, they only add information that is accessible in the
final dependency graph.Copyright © 2016 GroupLens Research. All rights reserved.