1 package info.magnolia.cms.beans.config; 2 3 import info.magnolia.commands.MgnlCommand; 4 5 6 /** 7 * Simple interface that tasks should implement. Has been converted to a regular Command from common chain package 8 * @author Nicolas Modrzyk 9 */ 10 public abstract class ShutdownTask extends MgnlCommand { 11 12 } 13