Hi,
I can write a <aopointcut> like this:
I want to specify some particular methods of the NodeDaoImpl class in the expression (the method names have nothing in common, i.e. if regular expression is used, a regular expression for those names is x | y | z, where x, y, z are method names). How could I do that?Code:<aop:pointcut id="nodeDaoMethods" expression="execution(* com.m.ll.lldao.impl.NodeDaoImpl.*(..))" />
Regards.


ointcut> like this:
Reply With Quote