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

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

There is a newer version: 4.0-beta-1
Show newest version
package org.nakedobjects.metamodel.spec.feature;


/**
 * Base interface for {@link OneToManyAssociation} only.
 * 
 * 

* Introduced for symmetry with {@link OneToOneFeature}; if we ever support collections as parameters then * would also be the base interface for a OneToManyActionParameter. * *

* Is also the route upto the {@link NakedObjectFeature} superinterface. * */ public interface OneToManyFeature extends NakedObjectFeature { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy