package lib; public class LibConstructor { public LibConstructor(Object object) { } public LibConstructor(Object object, String other) { } }