Konrad Malawski

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Konrad Malawski commented, -
Konrad Malawski created a post, Feature idea: Introduce method annotated @Override from class to implemented interface
Hi, I'd like to share an idea to improve the editor - as I've found myself a few times "wanting such feature".Consider the following code:public interface MyInterface {/*...*/}public class MyClass ...