Author: struberg
Date: Thu Jul 11 14:39:03 2019
New Revision: 1862931

URL: http://svn.apache.org/viewvc?rev=1862931&view=rev
Log:
OWB-1294 fix typo and improve docs

Modified:
    
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties

Modified: 
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=1862931&r1=1862930&r2=1862931&view=diff
==============================================================================
--- 
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
 (original)
+++ 
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
 Thu Jul 11 14:39:03 2019
@@ -102,7 +102,15 @@ org.apache.webbeans.application.supports
 # This one does not support conversation propagation. It's basically a no-op 
implementation
 # This will get overwritten in the web and jsf plugins
 
org.apache.webbeans.spi.ConversationService=org.apache.webbeans.conversation.DefaultConversationService
+################################################################################################
+
+
+############################### Implicit Injection Points 
######################################
+# By default CDI requires to use the @javax.inject.Inject annotation on any 
injection point.
+# OpenWebBeans supports a smarter mode by automatically enable fields as 
injection points
+# if they have a valid Qualifier.
 
org.apache.webbeans.spi.InjectionPointService=org.apache.webbeans.service.DefaultInjectionPointService
+# This feature is off by default for performance reasons
 org.apache.webbeans.service.DefaultInjectionPointService.implicitSupport = true
 
################################################################################################
 
@@ -151,14 +159,6 @@ org.apache.webbeans.web.eagerSessionInit
 # org.apache.webbeans.ignoredExtensions=org.acme.FooExtension
 
################################################################################################
 
-############################### Implicit Injection Points 
######################################
-# By default CDI requires to use the @javax.inject.Inject annotation on any 
injection point.
-# OpenWebBeans supports a smarter mode by automatically enable fields as 
injection points
-# if they have a valid Qualifier.
-# This feature is off by default for performance reasons
-org.apache.webbeans.service.DefaultInjectionPointService..implicitSupport=false
-################################################################################################
-
 
 ######################### Bean Scanning 
########################################################
 # A list of known JARs/paths which should not be scanned for beans


Reply via email to