/* * Beanfabrics Framework Copyright (C) by Michael Karneim, beanfabrics.org * Use is subject to license terms. See license.txt. */ // TODO javadoc - remove this comment only when the class and all non-public // methods and fields are documented package org.beanfabrics.support; /** * Marker interface for classes that support {@link Supportable} classes and can * be added to a {@link SupportMap}. * * @see Supportable * @author Michael Karneim */ public interface Support { }