Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
[misc] Mark new role as unstable API
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumitriu committed Oct 13, 2015
1 parent 969e435 commit 4da9377
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -18,10 +18,12 @@
package org.phenotips.translation;

import org.xwiki.component.annotation.Role;
import org.xwiki.stability.Unstable;

/**
* @version $Id$
*/
@Unstable("New API introduced in 1.2")
@Role
public interface TranslationManager
{
Expand Down

0 comments on commit 4da9377

Please sign in to comment.