When overriding a non-virtual method in Java, use of the @Override annotation is recommended, but what if I implement an abstract method? Should I use @Ov
@Override
@Ov
Yes. It is recommended practise by Joshua Bloch in Effective Java.