1 package org.objectweb.petals.jbi.component.lifecycle; 2 3 /** 4 * The <code>Installer</code> mbean implementation has to have its mbean 5 * interface in the same package as it. 6 * 7 * @author ofabre 8 * 9 */ 10 public interface InstallerMBean extends javax.jbi.management.InstallerMBean { 11 12 } 13