Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Another Noobie Question


I'd like to be able to add a marker interface to all classes having members which are annotated @Transactional.  Is there a way to specify a complex match like that?

declare parents: <classes with members which @Transactional> implements TransactionalMarker

Any thoughts?

--
-pete
peter m. murray
pete@xxxxxxxxxxxx

Back to the top