Closed
Description
I have interfaces which are structured identically. Example
package local:demo;
interface foo {
}
world x {
export foo1: foo;
export foo2: foo;
}
This is a desirable design if you happen to have multiple interfaces of the same syntax and semantic.
Component Frameworks like OSGi or Spring Boot offer such things and I wonder about the availability in wit?
Is there any other mechanism that could be utilized to model such a thing ?
Metadata
Metadata
Assignees
Labels
No labels