java supports Annotations.
If you are not sure if method implemented is overridden from base class.
Just use @Override keyword before your method start in child class.
If that method really can a overridden method then it would compile fine.
otherwise it will give give error.
Simple :)