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

org.nakedobjects.metamodel.facets.properties.businesskey.BusinessKeyFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.properties.businesskey;

import org.nakedobjects.metamodel.facets.SingleStringValueFacet;


/**
 * Indicates that this property is part of the business key.
 * 
 * 

* In the standard Naked Objects Programming Model, corresponds to annotating the property with the * @BusinessKey annotation. * *

* TODO: not yet implemented by the framework or any viewer. */ public interface BusinessKeyFacet extends SingleStringValueFacet { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy