package com.ayld.test.src; import com.ayld.test.jar.Whatever; public class Test { public void method() { new Whatever().method(); } }