package org.whole.lang.frames.model; import java.util.Collection; /** * @generator Whole */ public interface FeatureNames extends IFramesEntity, Collection<FeatureName> { }