mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
10
source/java/org/alfresco/service/package-info.java
Normal file
10
source/java/org/alfresco/service/package-info.java
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Provides the public facing interfaces of the Services of the Alfresco Repository.
|
||||
* <p>
|
||||
* The PublicService is a marker interface for those services which are intended to be
|
||||
* public entry points to the Alfresco Repository. Those interfaces marked as PublicService
|
||||
* are audited.
|
||||
* <p>
|
||||
* The ServiceRegistry provides access to the Alfresco Repository Services for the cases where the spring context is not available.
|
||||
*/
|
||||
package org.alfresco.service;
|
Reference in New Issue
Block a user