I am using <interface delegation> with an interfac...
# getting-started
r
I am using interface delegation with an interface that declares some annotations on its functions. It appears that the delegation "copies" the annotations to the implementation class, which a picky library I am using complains about, because it expects them only on the interface. Is there a way to not delegate the annotations without doing the delegation manually?