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:
Derek Hulley
2009-04-27 13:31:24 +00:00
parent 31541e5409
commit ec18e2fbca

View File

@@ -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,