• New Feature
  • Status: Closed
  • 2 Major
  • Resolution: Duplicate
  • ekulesho
  • Reporter: andersb
  • May 23, 2007
  • 0
  • Watchers: 0
  • July 27, 2012
  • May 23, 2007

Description

We’d like to configure auto-locks for all of our methods that are annotated with a certain annotation.

I.e.:

@MyAnnotationForMethodsThatIWantReadLocksOn public void foo() { … }

and in the config

something-goes-in-here read

But the method-expression lacks the ability to select methods by annotation.

(Even better would be if TC provided its own annotations, eliminating the need for XML, but the above solution is “good enough”).

Comments

Fiona OShea 2007-05-23

If you can check into this and it doesn’t take too long can you do this for FC (6/1)

Eugene Kuleshov 2007-05-23

Fiona, it seems like it is a duplicate of CDV-271. So, we should mark one of them as a duplicate.

Steve Harris 2007-05-23

This is a dup of 271. It is now working in trunk as well