
com.structurizr.dsl.StructurizrDslPlugin Maven / Gradle / Ivy
The newest version!
package com.structurizr.dsl;
/**
* An interface implemented by DSL plugins.
*/
public interface StructurizrDslPlugin {
/**
* Called to execute the plugin.
*
* @param context a StructurizrDslPluginContext instance
*/
void run(StructurizrDslPluginContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy