|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ADLLoaderAnnotationProcessor
Interface implemented by component that process annotations during ADL loading.
ADLLoaderProcessor| Method Summary | |
|---|---|
org.objectweb.fractal.adl.Definition |
processAnnotation(Annotation annotation,
org.objectweb.fractal.adl.Node node,
org.objectweb.fractal.adl.Definition definition,
ADLLoaderPhase phase,
java.util.Map<java.lang.Object,java.lang.Object> context)
Process the given annotation that has been found on the given node that belongs to the given definition. |
| Method Detail |
|---|
org.objectweb.fractal.adl.Definition processAnnotation(Annotation annotation,
org.objectweb.fractal.adl.Node node,
org.objectweb.fractal.adl.Definition definition,
ADLLoaderPhase phase,
java.util.Map<java.lang.Object,java.lang.Object> context)
throws org.objectweb.fractal.adl.ADLException
annotation - the annotation to processnode - the node on which the annotation has been founddefinition - the enclosing definitionphase - the current loading phasecontext - additional parameters
null otherwise.
org.objectweb.fractal.adl.ADLException - if an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||