You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/08/20 02:36:43 UTC

svn commit: r1515679 - /commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md

Author: mbenson
Date: Tue Aug 20 00:36:43 2013
New Revision: 1515679

URL: http://svn.apache.org/r1515679
Log:
privilizing info

Modified:
    commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md

Modified: commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md?rev=1515679&r1=1515678&r2=1515679&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md (original)
+++ commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md Tue Aug 20 00:36:43 2013
@@ -70,7 +70,9 @@ public class UtilsClient {
 ```
 
 The static methods of the `Utils` class will be called as though they had been
-locally declared and annotated with `@Privileged`.
+locally declared and annotated with `@Privileged`. See the documentation of the
+[@Privilizing][privilizing] annotation for more information on how to specify
+multiple classes, restrict to only certain methods, etc.
 
 *Q:* What if my utility methods access static variables of their declaring class?
 
@@ -92,5 +94,6 @@ The `PrivilizerWeaver` supports the foll
 
 [privileged]: ../../apidocs/org/apache/commons/weaver/privilizer/Privileged.html
 [privilizerWeaver]: ../../apidocs/org/apache/commons/weaver/privilizer/PrivilizerWeaver.html
+[privilizing]: ../../apidocs/org/apache/commons/weaver/privilizer/Privilizing.html
 [policy]: ../../apidocs/org/apache/commons/weaver/privilizer/Policy.html
 [accessLevel]: ../../apidocs/org/apache/commons/weaver/privilizer/AccessLevel.html