* @author Gediminas Morkevicius * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ interface Uploadable { // this interface is not necessary to implement /** * @gedmo:Uploadable * to mark the class as Uploadable use class annotation @gedmo:Uploadable * this object will be able Uploadable * example: * * @gedmo:Uploadable * class MyEntity */ }