MCPcopy Create free account
hub / github.com/crossoverJie/JCSprout / ChildClass

Class ChildClass

src/main/java/com/crossoverjie/classloader/ChildClass.java:10–14  ·  view source on GitHub ↗

Function: @author crossoverJie Date: 05/03/2018 23:11 @since JDK 1.8

Source from the content-addressed store, hash-verified

8 * @since JDK 1.8
9 */
10public class ChildClass extends SuperClass {
11 static {
12 System.out.println("ChildClass init");
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected