Re: Public vs internal APIs

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Markus KARG <markus(at)headcrashing(dot)eu>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Public vs internal APIs
Date: 2015-07-23 16:35:21
Message-ID: CAB=Je-EELAJfmyo0uCwXewLhvqgg216Xs72R4YxtPqeyU3o-Yw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> instead restructuring the package hierarchy, as this is was it was invented for originally.

package-private is not enough.
Java9 will have modules for that, however we would have to live with
java8 for a while.

Which package would you suggest for org.postgresql.util.LruCache?

Vladimir

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus KARG 2015-07-23 16:51:09 Re: Public vs internal APIs
Previous Message Markus KARG 2015-07-23 16:29:51 Re: Public vs internal APIs