public class UnqualifiedImpl extends AnnotationLiteral<Unqualified> implements Unqualified
Unqualified
. It is here
as a convenience for creating instances of this annotation
where necessaryModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private java.lang.Class<? extends java.lang.annotation.Annotation>[] |
value |
Constructor and Description |
---|
UnqualifiedImpl(java.lang.Class<? extends java.lang.annotation.Annotation>... value)
Makes a copy of the annotation classes values and initializes
this
Unqualified annotation with those values |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.lang.Class<? extends java.lang.annotation.Annotation>[] |
value()
The set of annotations that must not be associated with
the service being injected
|
annotationType, equals, hashCode
private static final long serialVersionUID
private final java.lang.Class<? extends java.lang.annotation.Annotation>[] value
public UnqualifiedImpl(java.lang.Class<? extends java.lang.annotation.Annotation>... value)
Unqualified
annotation with those valuesvalue
- A list of qualifiers that must NOT be on
injection point. A zero-length list indicates that
no qualifier must be present on the matching servicepublic java.lang.Class<? extends java.lang.annotation.Annotation>[] value()
public java.lang.String toString()
toString
in interface java.lang.annotation.Annotation
toString
in class java.lang.Object