< prev index next >

test/jdk/javadoc/doclet/testRepeatedAnnotations/pkg/C.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.
*** 21,39 **** * questions. */ package pkg; ! @ContainerSynthDoc(value={@ContaineeSynthDoc,@ContaineeSynthDoc}) ! @ContainerRegDoc(value={@ContaineeRegDoc,@ContaineeRegDoc}) ! @RegContainerDoc(value={@RegContaineeNotDoc,@RegContaineeNotDoc}) ! @ContainerRegNotDoc(value={@RegContaineeDoc,@RegContaineeDoc}) ! @RegContainerNotDoc(value={@RegContaineeNotDoc,@RegContaineeNotDoc}) @ContaineeSynthDoc @ContaineeSynthDoc @ContaineeSynthDoc public class C { ! @ContainerSynthDoc(value={@ContaineeSynthDoc}) public void test1() {} @ContaineeSynthDoc @ContaineeSynthDoc public void test2() {} } --- 21,39 ---- * questions. */ package pkg; ! @ContainerSynthDoc({@ContaineeSynthDoc,@ContaineeSynthDoc}) ! @ContainerRegDoc({@ContaineeRegDoc,@ContaineeRegDoc}) ! @RegContainerDoc({@RegContaineeNotDoc,@RegContaineeNotDoc}) ! @ContainerRegNotDoc({@RegContaineeDoc,@RegContaineeDoc}) ! @RegContainerNotDoc({@RegContaineeNotDoc,@RegContaineeNotDoc}) @ContaineeSynthDoc @ContaineeSynthDoc @ContaineeSynthDoc public class C { ! @ContainerSynthDoc({@ContaineeSynthDoc}) public void test1() {} @ContaineeSynthDoc @ContaineeSynthDoc public void test2() {} }
< prev index next >