mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8004832: Add new doclint package
Reviewed-by: mcimadamore
This commit is contained in:
parent
c5acce4569
commit
4a3e904c6e
100 changed files with 4459 additions and 28 deletions
15
langtools/test/tools/doclint/EmptySerialDataTest.java
Normal file
15
langtools/test/tools/doclint/EmptySerialDataTest.java
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* @test /nodynamiccopyright/
|
||||
* @build DocLintTester
|
||||
* @run main DocLintTester -Xmsgs:-syntax EmptySerialDataTest.java
|
||||
* @run main DocLintTester -Xmsgs:syntax -ref EmptySerialDataTest.out EmptySerialDataTest.java
|
||||
*/
|
||||
|
||||
import java.io.ObjectOutputStream;
|
||||
import java.io.Serializable;
|
||||
|
||||
/** . */
|
||||
public class EmptySerialDataTest implements Serializable {
|
||||
/** @serialData */
|
||||
private void writeObject(ObjectOutputStream s) { }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue