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

com.structurizr.inspection.model.InfrastructureNodeDescriptionInspection Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.structurizr.inspection.model;

import com.structurizr.inspection.Inspector;

public class InfrastructureNodeDescriptionInspection extends ElementDescriptionInspection {

    public InfrastructureNodeDescriptionInspection(Inspector inspector) {
        super(inspector);
    }

    protected String getType() {
        return "model.infrastructurenode.description";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy