almondtools / testrecorder

Create Test Fixtures from Runnable Java Code
http://testrecorder.amygdalum.net/
GNU Lesser General Public License v3.0
51 stars 5 forks source link

Interface annotations should be inherited to their implementations #62

Closed almondtools closed 6 years ago

almondtools commented 6 years ago

Annotating an interface method with @Input or @Output should be propagated to each implementation. Check whether this is possible.