Added Annotation for Alfresco Public API per ALF-19471

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55805 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Greg Melahn
2013-09-22 21:05:30 +00:00
parent 5dc418c9e5
commit 8ff70d0542
5 changed files with 12 additions and 0 deletions

View File

@@ -18,11 +18,14 @@
*/
package org.alfresco.service.cmr.module;
import org.alfresco.api.AlfrescoPublicApi;
/**
* Enum used to indicate the install state of a module.
*
* @author Roy Wetherall
*/
@AlfrescoPublicApi
public enum ModuleInstallState
{
/** The state of the module is unknown */