JDK-8193553 : Provide better guidance on using javax.lang.model visitors
Type:Enhancement
Component:core-libs
Sub-Component:javax.lang.model
Affected Version:11
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2017-12-14
Updated:2020-03-02
Resolved:2020-02-26
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The various visitor interfaces in the javax.lang.model API have a number of visitor classes available in javax.lang.model.util. The interface could provide guidance on which visitor class to use under different circumstances.