org.plasma.sdo.annotation.Namespace Maven / Gradle / Ivy
//==============================================================================
//
// This software artifact was generated using PlasmaSDO
// provisioning tools.
//
//==============================================================================
package org.plasma.sdo.annotation;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
*
* This stereotype tags or annotates a UML package as an SDO namespace.
*
* @author Plasma-Team
* @version 1.3.3
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface Namespace{
/**
* The namespace URI used to reference all SDO Types contained within the UML package, and the namespace URI used link or map this UML package to SDO namespace specific configuration information.
*/
public String uri();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy