/**
* <p>The Service Provider Interface for the eXo management framework. The entry point for plugged management system
* is the implementation of the interface {@link org.exoplatform.management.spi.ManagementProvider}.</p>
*
* <p>A part of the package defines the meta data that is given to the provider to build the management interface
* of the managed resource.</p>
*
* <p>The {@link org.exoplatform.management.spi.ManagedResource} interface wraps a resource and is provided by the
* kernel to the provider.</p>
*/
package org.exoplatform.management.spi;