You can buy this project and download/modify it how often you want.
package com.structurizr.dsl; import com.structurizr.view.ComponentView; final class ComponentViewDslContext extends StaticViewDslContext { ComponentViewDslContext(ComponentView view) { super(view); } }