Emmanuel
Basically, the only difference today between a `MethodDescriptor` and a
`ConstructorDescriptor` is the additional `getName()` method on
`MethodDescriptor`.
So I am wondering if we want a superinterface. On one hand it makes
sense to factor these contracts out, on the other hands it is a
superinterface that might not be that useful for users and I have no
idea what a good name would be.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Emmanuel
Basically, the only difference today between a `MethodDescriptor` and a
`ConstructorDescriptor` is the additional `getName()` method on
`MethodDescriptor`.
So I am wondering if we want a superinterface. On one hand it makes
sense to factor these contracts out, on the other hands it is a
superinterface that might not be that useful for users and I have no
idea what a good name would be.