org.oasisopen.sca.annotation
Annotation Type Qualifier


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Qualifier

The @Qualifier annotation is applied to an attribute of a specific intent annotation definition, defined using the @Intent annotation, to indicate that the attribute provides qualifiers for the intent. The @Qualifier annotation MUST be used in a specific intent annotation definition where the intent has qualifiers.