Table of Contents

About

Workaround

To require that callers to a varargs parameter pass at least 1 argument

method(String first, String... more)

Example: Paths.get

Documentation

https://docs.oracle.com/javase/8/docs/technotes/guides/language/varargs.html