Annotation Type WatchItems


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface WatchItems
    Annotation for creating multiple watches on a single method.
    Version:
    $Revision: 1.1 $ $Date: 2005/12/21 22:25:34 $
    Author:
    Nick Collier
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Watch[] watches
      Array of individual watch-s.
    • Element Detail

      • watches

        Watch[] watches
        Array of individual watch-s.