Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.runtime.client
Annotation Type Bundle


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

Author:
Bogdan Stefanescu

Optional Element Summary
 java.lang.String descriptor
          The XML descriptor file for the extensions.
 java.lang.Class<?>[] value
          A list of bundles to extend.
 

value

public abstract java.lang.Class<?>[] value
A list of bundles to extend. The order is important. Bundles will be processed in the order they appear in this array after processing first the current bundle. This means for a bundle declaration:

Returns:
Default:
{}

descriptor

public abstract java.lang.String descriptor
The XML descriptor file for the extensions.

Default:
""

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.