Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] [VOTE] Making API incompatible changes

On 22 Jun 2013, at 00:13, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:

> OK so our next version should be 3.1?

I'd agree with that as well. 

It's conventional to mark anbstract classes with @noextend in a JavaDoc style comment to indicate that this class is not intended to be subclassed by users (and a similar @noimplement for interfaces). It would be useful to add that as well to help document the expectations that users aren't explicitly expected to subclass API classes. 

Alex

Back to the top