On 10/5/13, Adam D. Ruppe <destructionator at gmail.com> wrote:
> It isn't really a fix, but in these situations what I've been
> doing in my code is just writing:
>
> // don't use this
> /* private */ final public void foo() {}
Me too, as have other library writers (like DFL).