public AbstractComponent()

in src/main/java/org/apache/camel/kameleon/model/AbstractComponent.java [31:37]


    public AbstractComponent(String name, String title, String description, String supportLevel, List<String> labels) {
        this.name = name;
        this.title = title;
        this.description = description;
        this.supportLevel = supportLevel;
        this.labels = labels;
    }