com.stanfy.helium.model.StructureUnit.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helium Show documentation
Show all versions of helium Show documentation
DSL and Java API for REST API specification
package com.stanfy.helium.model
import groovy.transform.CompileStatic
/**
* Specification structure unit (e.g general notes, type, service).
*/
@CompileStatic
interface StructureUnit {
}