This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH for java/nio buffers
On Fri, Feb 13, 2004 at 09:03:30AM -0800, Per Bothner wrote:
> Michael Koch wrote:
>
> >Wouldnt it be enough to make the default constructor package-private ?
>
> Then users wouldn't be able to extend those classes. And I think
> the spec allows them to (though I can't imagine many users doing so).
I'm unhappy with this because japitools will complain that our API is
different.
Michael