|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Intent
The @Intent annotation is used for the creation of new annotations for specific intents. It is not expected that the @Intent annotation will be used in application code.
| Optional Element Summary | |
|---|---|
java.lang.String |
localPart
The name of the intent within its namespace. |
java.lang.String |
targetNamespace
The XML namespace for the intent. |
java.lang.String |
value
The qualified name of the intent, in the form defined by javax.xml.namespace.QName.toString(). |
public abstract java.lang.String value
public abstract java.lang.String targetNamespace
public abstract java.lang.String localPart
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||