@Retention(value=RUNTIME) @Documented @Target(value={FIELD,METHOD,PARAMETER}) @LanguageAnnotation(language="xpath", factory=org.apache.camel.component.bean.XPathAnnotationExpressionFactory.class) public @interface JuniperXPath
Modifier and Type | Required Element and Description |
---|---|
String |
value |
Modifier and Type | Optional Element and Description |
---|---|
org.apache.camel.language.NamespacePrefix[] |
namespaces |
Class<?> |
resultType |
public abstract String value
public abstract org.apache.camel.language.NamespacePrefix[] namespaces
public abstract Class<?> resultType
Copyright © 2019. All rights reserved.