|
|
|
@ -5,6 +5,7 @@ import com.fanruan.carina.Carina;
|
|
|
|
|
import com.fanruan.carina.annotions.DependsOn; |
|
|
|
|
import com.fanruan.carina.annotions.FineComponent; |
|
|
|
|
import com.fanruan.carina.annotions.Start; |
|
|
|
|
import com.fanruan.carina.annotions.Stop; |
|
|
|
|
import com.fanruan.carina.annotions.Supplemental; |
|
|
|
|
import com.fanruan.plugin.autonomy.AutonomyClassManagerGroup; |
|
|
|
|
import com.fanruan.plugin.autonomy.AutonomyClassManagerProvider; |
|
|
|
@ -44,4 +45,12 @@ public class DesignPluginComponent extends PluginComponent {
|
|
|
|
|
protected void addPluginStoreFilter(ServletContext servletContext) { |
|
|
|
|
// do nothing
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* stop |
|
|
|
|
*/ |
|
|
|
|
@Stop |
|
|
|
|
public void stop() { |
|
|
|
|
super.stop(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|