Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Duplicate
-
Affects Version/s: 12, 13
-
Fix Version/s: None
-
Component/s: tools
-
Labels:
-
Subcomponent:
-
Introduced In Build:b04
-
Introduced In Version:
Description
A DESCRIPTION OF THE PROBLEM :
Javadoc fails when using a package annotation. It works when the package annotation is preceded by a Doc comment.
---------- BEGIN SOURCE ----------
@java.lang.Deprecated
package com.example;
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
/**
*
*/
@java.lang.Deprecated
package com.example;
Javadoc fails when using a package annotation. It works when the package annotation is preceded by a Doc comment.
---------- BEGIN SOURCE ----------
@java.lang.Deprecated
package com.example;
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
/**
*
*/
@java.lang.Deprecated
package com.example;
Attachments
Issue Links
- duplicates
-
JDK-8222091 Javadoc does not handle package annotations correctly on package-info.java
-
- Resolved
-