com.structurizr.model.CodeElementRole Maven / Gradle / Ivy
package com.structurizr.model;
/**
* Used to represent the role of a code element. A component can have
* one primary code element, and zero or more supporting code elements
* associated with it.
*/
public enum CodeElementRole {
Primary,
Supporting
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy