4 Replies Latest reply on Jun 30, 2006 8:45 AM by c_eric_ray

    Why use the @In annotion?

      I'm working through the SEAM tutorial and it makes pretty good since, but I have this one question. What is the purpose of doing this...

      @In
      private MyObject mo;
      

      versus just
      private MyObject mo;
      


      Thanks,
      Eric