|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD,PARAMETER})
public @interface RequiresAnnotation that allows the attachment of any intent to a Java Class or interface or to members of that class such as methods, fields or constructor parameters.
Intents are specified as XML QNames in the representation defined byQName.toString(). Intents may be qualified with one or more
suffixes separated by a "." such as:
@org.osoa.sca.annotations.Intent annotation.
| Optional Element Summary | |
|---|---|
java.lang.String[] |
value
Returns the attached intents. |
public abstract java.lang.String[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||