Author: tandraschko
Date: Mon Jul 14 09:57:13 2014
New Revision: 1610372

URL: http://svn.apache.org/r1610372
Log:
#DELTASPIKE-642 Better structure for Core documentation

Modified:
    deltaspike/site/trunk/content/core.mdtext

Modified: deltaspike/site/trunk/content/core.mdtext
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/core.mdtext?rev=1610372&r1=1610371&r2=1610372&view=diff
==============================================================================
--- deltaspike/site/trunk/content/core.mdtext (original)
+++ deltaspike/site/trunk/content/core.mdtext Mon Jul 14 09:57:13 2014
@@ -569,7 +569,7 @@ beans annotated with `@ExceptionHandler`
 which have a parameter which is an instance of `ExceptionEvent<T extends
 Throwable>` annotated with the `@Handles` annotation.
 
-#### `@ExceptionHandler`
+#### @ExceptionHandler
 
 The `@ExceptionHandler` annotation is simply a marker annotation that
 instructs the DeltaSpike exception handling CDI extension to scan the bean for
@@ -584,7 +584,7 @@ Let's designate a CDI bean as an excepti
 
 That's all there is to it. Now we can begin defining exception handling 
methods on this bean.
 
-#### `@Handles` and `@BeforeHandles`
+#### @Handles and @BeforeHandles
 
 `@Handles` is a method parameter annotation that designates a method as an
 exception handler. Exception handler methods are registered on beans annotated


Reply via email to