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
 String descriptor
          The XML descriptor file for the extensions.
 Class<?>[] value
          A list of bundles to extend.
 

value

public abstract 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 String descriptor
The XML descriptor file for the extensions.

Default:
""

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.