package org.alfresco.traitextender; /** * Markup interface.
* Subinterfaces represent distiguishing features of {@link Extensible} objects * that are meant to be extended and exposed to the extending code.
* Ideally they would be the only means of interaction between extensions and * the extended modules. * * @author Bogdan Horje */ public interface Trait { }