One more question on the annotation front: I want ...
# squarelibraries
d
One more question on the annotation front: I want to add a scope annotation to an interface like so:
Copy code
@MyScope
interface MyInterface
I just added an annotation to a typespec interface, and i get this error:
This class does not have a constructor
. Any thoughts?