All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.metamodel.spec.feature.NakedObjectFeature Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.spec.feature;

import org.nakedobjects.metamodel.spec.NamedAndDescribed;
import org.nakedobjects.metamodel.spec.TypedSpecification;


/**
 * Base interface for fields, collections, actions and action parameters.
 * 
 */
public interface NakedObjectFeature extends TypedSpecification, NamedAndDescribed {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy