API diff between 3.3 and 3.4
- added: The object has been added in the new release
- deprecated: The object has been deprecated in the new release
- removed: The object has been removed from the old release
- pulled up: The method has been pulled up to a super type, which is a source compatible change
- pushed down: The method has been pushed down from a super type, which is a source compatible change
- contravariant: The method has changed contravariantly (e.g. from
method(String)
tomethod(Object)
), which is a source compatible change
Eclipse icons copyright by Eclipse licensed under EPL. Inspiration taken from https://javaalmanac.io/