class DelegateClass { @Delegate List list = new ArrayList<>(); public static void main(String[] args) { List strings = new DelegateClass() } }