Changes between Version 55 and Version 56 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2011-12-20T21:46:45+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v55 v56 75 75 }}} 76 76 77 For legacy reasons, JOSM (may) currently also allow POJOs with a no-arg constructor as plugin main classes. This approach is '''deprecated''' and may have been disabled in Q2/2010. (''TODO was it disabled?'') New pluginsshouldprovide a constructor with one parameter of type [source:/trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java PluginInformation].77 Plugins must provide a constructor with one parameter of type [source:/trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java PluginInformation]. 78 78 79 79 === Naming the plugin ===