Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/JCSprout
/ main
Method
main
src/main/java/com/crossoverjie/classloader/Main.java:11–13 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
9
*/
10
public
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