You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/04/05 10:06:58 UTC

svn commit: r1585016 - /isis/site/trunk/content/more-advanced-topics/metamodel-finetuning-the-programming-model.md

Author: danhaywood
Date: Sat Apr  5 08:06:58 2014
New Revision: 1585016

URL: http://svn.apache.org/r1585016
Log:
fine tuning metamodel

Modified:
    isis/site/trunk/content/more-advanced-topics/metamodel-finetuning-the-programming-model.md

Modified: isis/site/trunk/content/more-advanced-topics/metamodel-finetuning-the-programming-model.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/more-advanced-topics/metamodel-finetuning-the-programming-model.md?rev=1585016&r1=1585015&r2=1585016&view=diff
==============================================================================
--- isis/site/trunk/content/more-advanced-topics/metamodel-finetuning-the-programming-model.md (original)
+++ isis/site/trunk/content/more-advanced-topics/metamodel-finetuning-the-programming-model.md Sat Apr  5 08:06:58 2014
@@ -48,7 +48,9 @@ isis.reflector.facets.include=org.apache
 
 To include/exclude more than one `FacetFactory`, specify as a comma-separated list.  And if you want to dig into this in more detail, the code that implements this logic is [JavaReflectorInstallerNoDecorators](https://github.com/apache/isis/blob/master/core/metamodel/src/main/java/org/apache/isis/progmodels/dflt/JavaReflectorInstallerNoDecorators.java).
 
-> This [thread](http://isis.markmail.org/thread/472c3mrvcgnripst) from the users mailing list (in Apr 2014) shows a typical customization.
+### Example
+
+This [thread](http://isis.markmail.org/thread/472c3mrvcgnripst) from the users mailing list (in Apr 2014) shows a typical customization (to enable per-instance security).
 
 ### Specifying a new programming model