Skip to content
Snippets Groups Projects
Commit a84ca535 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Apply new best practice for@since tags (see...

parent af7c3beb
No related branches found
No related tags found
No related merge requests found
Showing
with 39 additions and 20 deletions
......@@ -91,7 +91,7 @@
* @param $docWiki the wiki of the annotated document
* @param $docSpace the space of the annotated document
* @param $docPage the page of the annotated document
* @since 7.2M3, use #displayEditBoxFromReference instead
* @deprecated, starting with 7.2M3, use #displayEditBoxFromReference instead
*#
#macro(displayEditBox $id $docWiki $docSpace $docPage)
#displayEditBoxFromReference($id, $services.model.createDocumentReference($docWiki, $docSpace, $docPage))
......
......@@ -29,7 +29,8 @@
* Allows implementing JFreeChart customizations (colors, fonts, etc) for the drawn graphs.
*
* @version $Id$
* @since 7.4.3, 8.0RC1
* @since 7.4.3
* @since 8.0RC1
*/
@Role
@Unstable
......
......@@ -33,7 +33,8 @@
* Customize chart colors.
*
* @version $Id$
* @since 7.4.3, 8.0RC1
* @since 7.4.3
* @since 8.0RC1
*/
@Component
@Named("color")
......
......@@ -32,7 +32,8 @@
* Customize visiblity of items on the chart.
*
* @version $Id$
* @since 7.4.3, 8.0RC1
* @since 7.4.3
* @since 8.0RC1
*/
@Component
@Named("visibility")
......
......@@ -37,7 +37,8 @@
* purpose.
*
* @version $Id$
* @since 6.4.1, 6.2.6
* @since 6.4.1
* @since 6.2.6
*/
@Component
@Named("context/root")
......
......@@ -43,7 +43,8 @@
* Base class for tree nodes that represent entities.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
public abstract class AbstractEntityTreeNode extends AbstractTreeNode
{
......
......@@ -32,7 +32,8 @@
* The attachment tree node.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component
@Named("attachment")
......
......@@ -32,7 +32,8 @@
* The class property tree node.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component
@Named("classProperty")
......
......@@ -39,7 +39,8 @@
* The farm tree node.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component
@Named("farm")
......
......@@ -35,7 +35,8 @@
* The tree of nested pages.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component(roles = {Tree.class})
@Named("nestedPages")
......
......@@ -32,7 +32,8 @@
* The object property tree node.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component
@Named("objectProperty")
......
......@@ -47,7 +47,8 @@
* The object tree node.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component
@Named("object")
......
......@@ -31,7 +31,8 @@
* The translation tree node.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component
@Named("translation")
......
......@@ -27,7 +27,8 @@
* Base class for nested pages query filters.
*
* @version $Id$
* @since 8.3RC1, 7.4.5
* @since 8.3RC1
* @since 7.4.5
*/
public abstract class AbstractNestedPageFilter implements QueryFilter
{
......
......@@ -29,7 +29,8 @@
* queries declared in the {@code queries.hbm.xml} mapping file.
*
* @version $Id$
* @since 8.3RC1, 7.4.5
* @since 8.3RC1
* @since 7.4.5
*/
@Component
@Named("childPage/nestedPages")
......
......@@ -34,7 +34,8 @@
* The tree of nested spaces.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component(roles = {Tree.class})
@Named("nestedSpaces")
......
......@@ -45,7 +45,8 @@
* The space node in the nested spaces hierarchy.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component
@Named("space")
......
......@@ -39,7 +39,8 @@
* The wiki node in the nested spaces tree.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component
@Named("wiki/nestedSpaces")
......
......@@ -43,7 +43,8 @@
* Helper component for querying the documents.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component(roles = DocumentQueryHelper.class)
@Singleton
......
......@@ -44,7 +44,8 @@
* The document tree node for the (deprecated) parent-child hierarchy.
*
* @version $Id$
* @since 8.3M2, 7.4.5
* @since 8.3M2
* @since 7.4.5
*/
@Component
@Named("document/parentChild")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment