Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.common.xmap.annotation
Annotation Type XObject


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface XObject

Author:
Bogdan Stefanescu

Optional Element Summary
 String[] order
           
 String value
          An xpath expression specifying the XML node to bind to.
 

value

public abstract String value
An xpath expression specifying the XML node to bind to.

Returns:
the node xpath
Default:
""

order

public abstract String[] order
Default:
{}

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.