Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse/API Central"

Line 4: Line 4:
  
 
* [http://www.eclipse.org/articles/Article-API%20use/eclipse-api-usage-rules.html How to use the Eclipse API] Guidelines for using Eclipse APIs to ensure that your code will keep working as Eclipse evolves.
 
* [http://www.eclipse.org/articles/Article-API%20use/eclipse-api-usage-rules.html How to use the Eclipse API] Guidelines for using Eclipse APIs to ensure that your code will keep working as Eclipse evolves.
* [http://www.eclipse.org/eclipse/development/java-api-evolution.html Evolving Java-based APIs] Guidelines for how to evolve Java-based APIs while maintaining compatibility with existing client code.
+
* [http://www.eclipse.org/eclipse/development/java-api-evolution.html Evolving Java-based APIs] Guidelines for how to evolve Java-based APIs while maintaining compatibility with existing client code. [[API Evolution | wiki version]]
 
* [[Provisional API Guidelines]]
 
* [[Provisional API Guidelines]]
 
* [[Export-Package | Policy on use of Export-Package]]
 
* [[Export-Package | Policy on use of Export-Package]]

Revision as of 14:00, 17 October 2006

This page is a hub to collect information about Eclipse project APIs.

API Guidelines

Useful links

Historical information


Back to Eclipse Project home

Back to the top