org.plasma.sdo.annotation.Derivation Maven / Gradle / Ivy
The newest version!
//==============================================================================
//
// 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 UML stereotype is applied to a consumer UML named-element that is computed from the supplier element.
*
* @author Plasma-Team
* @version 1.3.3
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface Derivation{
/**
* The supplier element or set of supplier elements which represent the derivation source.
*/
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy