Mail Archive Home | fractal-commits List | January 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Tuesday, January 16, 2007 @ 21:58:52
Author: pessemier
Path: /cvsroot/fractal/fraclet/fraclet-annotation
Modified: spoon.xml
add comment on processors
-----------+
spoon.xml | 24 ++++++++++--------------
1 files changed, 10 insertions(+), 14 deletions(-)
Index: fraclet/fraclet-annotation/spoon.xml
diff -u fraclet/fraclet-annotation/spoon.xml:1.3
fraclet/fraclet-annotation/spoon.xml:1.4
--- fraclet/fraclet-annotation/spoon.xml:1.3 Tue Jan 16 17:29:51 2007
+++ fraclet/fraclet-annotation/spoon.xml Tue Jan 16 21:58:52 2007
@@ -13,33 +13,29 @@
doc="Main validation processor">
<property name = "stopOnErrors" value="true"/>
</processor>
- <processor name="FractalComponentProcessor"
+ <processor name="ComponentProcessor"
class="org.objectweb.fractal.fraclet.annotation.processor.FractalComponentProcessor"
- active="true" doc="Documentation of processor">
- <property name="generatorClass">
- <value>LicenceGenerator.class</value>
- <value>DefinitionGenerator.class</value>
- <value>RequiresGenerator.class</value>
- <value>ContentGenerator.class</value>
- <value>AttributeGenerator.class</value>
- </property>
+ active="true" doc="Process the FractalComponent annotation">
</processor>
<processor name="AttributeProcessor"
class="org.objectweb.fractal.fraclet.annotation.processor.AttributeProcessor"
- active="true" doc="Documentation of processor" />
+ active="true" doc="Process the Attribute annotation" />
<processor name="InterfaceProcessor"
class="org.objectweb.fractal.fraclet.annotation.processor.InterfaceProcessor"
- active="true" doc="Documentation of processor">
+ active="true" doc="Process the Interface annotation">
</processor>
<processor name="MonologHandlerProcessor"
class="org.objectweb.fractal.fraclet.annotation.processor.MonologHandlerProcessor"
- active="true" doc="Documentation of processor" />
+ active="true" doc="Process the MonologHandler annotation" />
<processor name="MonologProcessor"
class="org.objectweb.fractal.fraclet.annotation.processor.MonologProcessor"
- active="true" doc="Documentation of processor" />
+ active="true" doc="Process the Monolog annotation" />
<processor name="ServiceProcessor"
class="org.objectweb.fractal.fraclet.annotation.processor.ServiceProcessor"
- active="true" doc="Documentation of processor" />
+ active="true" doc="Process the Service annotation" />
+ <processor name="LifeCycleProcessor"
+
class="org.objectweb.fractal.fraclet.annotation.processor.LifeCycleProcessor"
+ active="true" doc="Process the LifeCycle annotation" />
<template
folder="org/objectweb/fractal/fraclet/annotation/generator/template" />
</spoon>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.