5 Replies Latest reply on Mar 24, 2005 5:00 PM by bill.burke

    aop  < introduction > and point cut parameters question

    mikeg123

      Hello,
      I have couple of desgn questions:

      1. will force the class to implement the interface and will generate a method if one is not implemented by the class. Is there a way just to force the class (or make sure) to implement the interface, but fail if the class doesn't provide method implementation (to verify that classes that implement certain interface provide non empty method implementation)?

      2. It seems like you can only do (..) for everything or you have to specify and exact number of params. is there a way when creating a point cut to distinquish between methods that take all of their params of certain type type and methods that take all of their params as long or int (without knowing how many params method takes)?

      Thank you, Michael