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

org.jqassistant.plugin.c4.data.Component Maven / Gradle / Ivy

The newest version!
package org.jqassistant.plugin.c4.data;

import lombok.experimental.SuperBuilder;

/**
 * Representation of a C4 Component.
 *
 * @author Stephan Pirnbaum
 */
@SuperBuilder
public class Component extends AbstractBuildingBlock {

    @Override
    String getPrimaryElementTypeLabel() {
        return "Component";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy