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

[Misc] Fix @since + small improvements

parent ab3cb643
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@
* @version $Id$
* @since 8.0M1
*/
@Unstable("New API introduced in 8.0")
@Role
@Unstable("New API introduced in 8.0")
public interface SVGRasterizer
{
/**
......
......@@ -49,7 +49,7 @@
import org.xwiki.resource.temporary.TemporaryResourceReference;
/**
* The straight-forward implementation of the {@link SVGRasterizer} role.
* The straight-forward implementation of the {@link SVGRasterizer} role using Batik.
*
* @version $Id$
* @since 8.0M1
......
......@@ -40,10 +40,10 @@
* @version $Id$
* @since 8.0M1
*/
@Unstable("New API introduced in 8.0")
@Component
@Named("svg")
@Singleton
@Unstable("New API introduced in 8.0")
public class SVGScriptService implements ScriptService
{
@Inject
......
......@@ -57,7 +57,7 @@
* Tests for the {@link BatikSVGRasterizer} component.
*
* @version $Id$
* @since 1.0M1
* @since 8.0M1
*/
public class BatikSVGRasterizerTest
{
......
......@@ -43,7 +43,7 @@
* Tests for the {@link SVGScriptService} component.
*
* @version $Id$
* @since 1.0M1
* @since 8.0M1
*/
public class SVGScriptServiceTest
{
......
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