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

org.nakedobjects.metamodel.facets.naming.named.NamedFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.naming.named;

import org.nakedobjects.metamodel.facets.SingleStringValueFacet;


/**
 * The name of a class, a property, collection, an action or a parameter.
 * 
 * 

* In the standard Naked Objects Programming Model, corresponds to annotating the member with @Named. */ public interface NamedFacet extends SingleStringValueFacet { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy