Changes between Version 15 and Version 16 of DevelopersGuide/StyleGuide
- Timestamp:
- 2012-08-09T21:29:44+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/StyleGuide
v15 v16 13 13 * {{{@since}}} is used for public classes and methods (visible to plugin developers) with the JOSM revision that introduced the element. Example: {{{@since 5408}}} 14 14 * {{{@since}}} is updated when a public method signature changes or if a class is renamed 15 * {{{@throws}}} is pref fered to {{{@exception}}}15 * {{{@throws}}} is preferred to {{{@exception}}} 16 16 17 17 === Configuring Eclipse ===
