blob: ac45d38118663cfa112e53ae3fa03e25b6da4afe [file]
package org.apache.openejb.tools.release;
/**
* @version $Rev$ $Date$
*/
@java.lang.annotation.Target(java.lang.annotation.ElementType.TYPE)
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
public @interface Command {
String value() default "";
Class[] dependsOn() default {};
}