hi,

i'm currently writing an annotation processor for Java component (which i
need to use in my binding). Is there a way to tell the runtime that it
should load and apply the annotation processor by specifying a config file
in src/main/resources.

I've tried to put a file called
"org.apache.tuscany.sca.implementation.java.introspect.JavaClassVisitor"
with my annotation process class name in it in src/main/resources but it
seems that the runtime does not recognize it. I've seen it for the
JavaInterfaceVisitor in the same way, that's why I thought it might work
for classes too.

What is the preferred way to solve it?

Thanks,
-Florian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to