langtools/test/jdk/javadoc/doclet/testSimpleTag/C.java
changeset 36705 890c250d8da8
parent 35426 374342e56a56
equal deleted inserted replaced
36503:4a95f4b1bd8b 36705:890c250d8da8
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    26  * @ejb:bean This is a bean.
    26  * @ejb:bean This is a bean.
    27  * @regular Just a regular simple tag.
    27  * @regular Just a regular simple tag.
    28  * @tag-with-hyphens a tag that contains hyphens.
    28  * @tag-with-hyphens a tag that contains hyphens.
    29  */
    29  */
    30 
    30 
    31 public class C {}
    31 public class C {
       
    32     /**
       
    33      * @param arg this is an int argument.
       
    34      */
       
    35     public void m(int arg) {
       
    36     }
       
    37 }