Commit dbc47cfb42960c706aee4d71ec8988f920981164
1 parent
89f655dd
Exists in
master
Atualizado javadoc da classe.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/util/NameQualifier.java
... | ... | @@ -41,9 +41,9 @@ import javax.enterprise.util.AnnotationLiteral; |
41 | 41 | import br.gov.frameworkdemoiselle.annotation.Name; |
42 | 42 | |
43 | 43 | /** |
44 | - * Creates a instance of an java annotation, specifically for qualification @AmbiguousQualifier. | |
45 | - * This is required to get some classes by calling Beans.getReference method. | |
46 | - * | |
44 | + * Annotation litteral that allows to create instances of the {@link Name} qualifier. | |
45 | + * The created instance can then be used to call {@link Beans#getReference(Class type, Annotation... qualifiers)}. | |
46 | + * | |
47 | 47 | * @see Beans |
48 | 48 | * @see AmbiguousQualifier |
49 | 49 | * | ... | ... |