Eclipse Type Hierarchy Question
Posted
by Tom Tresansky
on Stack Overflow
See other posts from Stack Overflow
or by Tom Tresansky
Published on 2010-05-21T15:27:24Z
Indexed on
2010/05/21
15:30 UTC
Read the original article
Hit count: 168
In Eclipse, the Java Method Override Indicator is the little upwards arrow next to a method in the Type Hierarchy view.
A solid arrow means a method overrides an existing method lower in the hierarchy.
What does the hollow arrow mean?
Do annotations effect either arrow?
© Stack Overflow or respective owner