Annotating some of the newer Public Services with the PublicService annotation.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19348 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2010-03-17 15:32:44 +00:00
parent 0f0d7a2fe0
commit 695d8d06eb
12 changed files with 40 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ package org.alfresco.service.cmr.invitation;
import java.util.List;
import org.alfresco.service.Auditable;
import org.alfresco.service.PublicService;
/**
* The invitation service provides the ability to invite
@@ -32,6 +33,7 @@ import org.alfresco.service.Auditable;
*
* @author mrogers
*/
@PublicService
public interface InvitationService
{
/**