You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: