Nuxeo ECM Projects 5.4.3-SNAPSHOT

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


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface XContext

Injects an execution context property.

Author:
Bogdan Stefanescu

Required Element Summary
 String value
          The name of the execution context to inject.
 

Element Detail

value

public abstract String value
The name of the execution context to inject.

Returns:
the node xpath

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.