mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8000665: fix "internal API" comments on javadoc files
Reviewed-by: darcy
This commit is contained in:
parent
b155b54a5e
commit
680ffebcb6
171 changed files with 875 additions and 259 deletions
|
@ -37,6 +37,12 @@ import com.sun.tools.javac.util.Position;
|
|||
/**
|
||||
* Javadoc's own memberEnter phase does a few things above and beyond that
|
||||
* done by javac.
|
||||
*
|
||||
* <p><b>This is NOT part of any supported API.
|
||||
* If you write code that depends on this, you do so at your own risk.
|
||||
* This code and its internal interfaces are subject to change or
|
||||
* deletion without notice.</b>
|
||||
*
|
||||
* @author Neal Gafter
|
||||
*/
|
||||
public class JavadocMemberEnter extends MemberEnter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue