Hi-

I'm looking for the simplest means to use Spring's transaction management with annotations, but I need to use my own annotations. (I don't want to import Spring anntotations into my business classes).

I see that I implement TransactionAnnotationParser, but I don't see where I can plug in my strategy so that it is used?

Can anybody give me a tip?

Thanks,
Adam