< prev index next >

test/jdk/javadoc/doclet/testRepeatedAnnotations/pkg/D.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 30,37 **** public void test1() {} @RegArryDoc(y={1,2}) public void test2() {} ! @NonSynthDocContainer(value={@RegArryDoc}) public void test3() {} } --- 30,37 ---- public void test1() {} @RegArryDoc(y={1,2}) public void test2() {} ! @NonSynthDocContainer({@RegArryDoc}) public void test3() {} }
< prev index next >