Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The "@" annotation allows the programmer to avoid writing a lot of boilerplate code. For example, @Webservice is a shorthand notation that says this class is a Web Service. Tools that understand the notation, such as the apt tool in Java 1.5, will automatically generate the Web service artifacts , including the WSDL file. This annotation is described in JSR 181.

...