org.oasisopen.sca.annotation
Annotation Type Requires


@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD,PARAMETER})
public @interface Requires

The @Requires annotation supports general purpose intents specified as strings. Users can also define specific intent annotations using the @Intent annotation.


Optional Element Summary
 java.lang.String[] value
          Returns the attached intents.
 

value

public abstract java.lang.String[] value
Returns the attached intents.

Returns:
the attached intents
Default:
""