On 4 May 2012 11:16, Mark Thomas <[email protected]> wrote: > Since pool2 uses a new package, I intend to remove all existing @since > tags that refer to 1.x and add @since 2.0 to all public > classes,interfaces, methods, constants etc. Any objections?
No point in adding the @since to anything but top-level files, i.e. classes and interfaces (and emums). I think it would be distracting to see it on every method and constant as well. Such nested items only need the @since when they are added to the enclosing file in a subsequent release. But otherwise it makes sense to me. > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
