Reduce the visibility of hint factory methods that return a `Builder`. Since the `build()` method of the `Builder` is package-private the factory methods can also be package-private.
Reduce the visibility of hint factory methods that return a `Builder`. Since the `build()` method of the `Builder` is package-private the factory methods can also be package-private.