/** * Provides base classes for JRebirth Command layer. * * Each component which want to work like a command must inherit from a class (or interface) of this package. */ package org.jrebirth.af.core.command;