< prev index next >

test/langtools/jdk/javadoc/doclet/testRecordTypes/examples/SerializablePoint.java

Print this page

        

*** 24,34 **** package examples; import java.io.Serializable; /** ! * A cartesian point. * * <em>This example illustrates the documentation of a serializable record.</em> * * @param x the x coordinate * @param y the y coordinate --- 24,34 ---- package examples; import java.io.Serializable; /** ! * A serializable cartesian point. * * <em>This example illustrates the documentation of a serializable record.</em> * * @param x the x coordinate * @param y the y coordinate
< prev index next >