@Documented @Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) @InheritedAnnotation public @interface EnsuresQualifier
expression and are specified using
a string. The qualifier is specified by qualifier.| Modifier and Type | Required Element and Description |
|---|---|
String[] |
expression
The Java expressions for which the qualifier holds after successful
method termination.
|
Class<? extends Annotation> |
qualifier
The qualifier that is guaranteed to hold on successfull termination of
the method.
|
public abstract String[] expression
public abstract Class<? extends Annotation> qualifier