@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR})
public @interface RequiresQualifier
expression
and are specified
using a string. The qualifier is specified by qualifier
.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
expression
The Java expressions for which the annotation need to be present.
|
java.lang.Class<? extends java.lang.annotation.Annotation> |
qualifier
The qualifier that is required.
|
public abstract java.lang.String[] expression