mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Minor Javadoc update: List with <ul> element
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14089 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -31,13 +31,15 @@ import org.alfresco.service.namespace.QName;
|
||||
|
||||
/**
|
||||
* Policy Component for managing Policies and Behaviours.
|
||||
*
|
||||
*<p>
|
||||
* This component provides the ability to:
|
||||
*
|
||||
* a) Register policies
|
||||
* b) Bind behaviours to policies
|
||||
* c) Invoke policy behaviours
|
||||
*
|
||||
* <p>
|
||||
* <ul>
|
||||
* <li>a) Register policies</li>
|
||||
* <li>b) Bind behaviours to policies</li>
|
||||
* <li>c) Invoke policy behaviours</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* A behaviour may be bound to a Policy before the Policy is registered. In
|
||||
* this case, the behaviour is not validated (i.e. checked to determine if it
|
||||
* supports the policy interface) until the Policy is registered. Otherwise,
|
||||
|
Reference in New Issue
Block a user