Java syntax

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Java syntax

gpatrick
In Java code I occasionally see the "@" symbol.

For example:
public class FormHandlerServlet extends HttpServlet
{
  @Override
  protected void doPost(HttpServletRequest request, HttpServletResponse response)
  {


Can the @Override be ignored or how is it converted to NetRexx?
Reply | Threaded
Open this post in threaded view
|

Re: Java syntax

Tom Maynard

On 21-May-14 06:37, gpatrick wrote:
In Java code I occasionally see the "@" symbol...
Can the @Override be ignored or how is it converted to NetRexx?
You should read about Java Annotations and then decide if you feel they are "ignorable."  They certainly aren't required

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/