Changes for page API Reference

Last modified by Thomas Mortagne on 2024/03/27

From version 522.4
edited by Vincent Massol
on 2017/09/15
Change comment: There is no comment for this version
To version 523.1
edited by Guillaume Delhumeau
on 2017/09/19
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.gdelhumeau
Content
... ... @@ -1,6 +1,6 @@
1 1  {{velocity}}
2 2  #set($versionStable = "9.7")
3 -##set($versionDev = "9.7-rc-1")
3 +#set($versionDev = "9.8-rc-1")
4 4  #set($versionOldStable = "8.4.5")
5 5  {{/velocity}}
6 6  
... ... @@ -8,6 +8,7 @@
8 8  
9 9  {{info}}
10 10  As users of the XWiki API you need to be aware of some important points:
11 +
11 11  * You should never use a class having ##internal## in its package. It means this class is not a public API and XWiki developers can change it at any time. If you depend on such a class you're on your own and the XWiki Development Team doesn't guarantee its stability.
12 12  * You should pay attention to the ##@Unstable## annotation. When you see code marked with this annotation it means it's a new public API that it still considered unstable and that can change at any time too. See [[Unstable Annotation>>dev:Community.DevelopmentPractices||anchor="H40UnstableAnnotation"]] for more details.
13 13  {{/info}}

Get Connected