1.

What Is A Named Pointcut And Why To Use One?

Answer»

A point cut EXPRESSION that has a name so it can be REUSED.

RESONS To use:

  • Annotation: @POINTCUT applied to a DUMMY method - name of the dummy method is the name of the pointcut expression.
  • XML aop:pointcut id=".." expression=".."

A point cut expression that has a name so it can be reused.

Resons To use:



Discussion

No Comment Found