MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / Documentation1

Class Documentation1

javadoc/Documentation1.java:6–11  ·  view source on GitHub ↗

A class comment

Source from the content-addressed store, hash-verified

4// Visit http://OnJava8.com for more book information.
5/** A class comment */
6public class Documentation1 {
7 /** A field comment */
8 public int i;
9 /** A method comment */
10 public void f() {}
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected