|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="xpath",
factory=XPathAnnotationExpressionFactory.class)
public @interface XPathUsed to inject an XPath expression into a field, property, method or parameter when using Bean Integration.
| Required Element Summary | |
|---|---|
String |
value
|
| Optional Element Summary | |
|---|---|
NamespacePrefix[] |
namespaces
|
| Element Detail |
|---|
public abstract String value
public abstract NamespacePrefix[] namespaces
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||