I am trying to find out a way(script or Java) by which i can fetch the list of deprecated API (classes, interfaces, methods, fields,etc) of the latest Java Version ( or any given version) into a csv file.
My output would be a csv file with something like
/Interface/Method/Field | Deprecated reason/Remedy org.springframework.scheduling.timer.TimerTaskExecutionException | The Timer's main loop will simply stop if a TimerTask throws an exception.