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

Class Main

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

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

Source from the content-addressed store, hash-verified

8 * @since JDK 1.8
9 */
10public class Main {
11 public static void main(String[] args) {
12 System.out.println(ChildClass.A);
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected