Contribution on interface

Issue #127 new
Niklas Fors created an issue

Add support for contribution defined on an interface, as the following code illustrates.

interface I { }
A implements I;
..

I contributes <value>
  when <cond>
  to <coll-attr> for <ref>

(Collection attributes can be defined on interfaces, but not contributions)

Comments (1)

  1. Log in to comment