restrictImplementation
package metaobjectTest | |
@doc{* | |
Annotation 'restrictImplementation' should be attached to | |
an interface. Its parameter list is composed of prototypes. | |
The interface can only be implemented by prototypes that | |
are in the list or its subprototypes. | |
*} | |
@restrictImplementation("metaobjectTest.ImplementRestrictImplementation") | |
interface RestrictImplementation | |
func myprint | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment