Path: blob/master/test/langtools/jdk/javadoc/tool/sampleapi/res/sub.xml
40984 views
<?xml version="1.0" encoding="utf-8"?>1<!--2Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.3DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.45This code is free software; you can redistribute it and/or modify it6under the terms of the GNU General Public License version 2 only, as7published by the Free Software Foundation.89This code is distributed in the hope that it will be useful, but WITHOUT10ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or11FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License12version 2 for more details (a copy is included in the LICENSE file that13accompanied this code).1415You should have received a copy of the GNU General Public License version162 along with this work; if not, write to the Free Software Foundation,17Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.1819Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA20or visit www.oracle.com if you need additional information or have any21questions.22-->23<sampleapi>24<module name="UNNAMED">25<package name="sampleapi.simple.sub">26<class basename="SClass">27<modifier>public</modifier>28<modifier>none|abstract</modifier>29<implement>SInterface0</implement>30<member>31<field basename="id">32<modifier>public</modifier>33<type>int</type>34</field>35<method basename="get">36<modifier>public</modifier>37<type>int</type>38<throw>SException0</throw>39</method>40<method basename="put">41<modifier>public</modifier>42<param>int</param>43<type>void</type>44<throw>SException0</throw>45</method>46</member>47</class>4849<class basename="SException">50<modifier>public</modifier>51<extend ref="java.lang.Exception"/>52<member>53<constructor>54<modifier>public</modifier>55<param>String</param>56</constructor>57</member>58</class>5960<interface basename="SInterface">61<modifier>public</modifier>62<member>63<method basename="put">64<modifier>public</modifier>65<type>void</type>66<param>int</param>67</method>68</member>69</interface>7071<enum basename="SEnum">72<modifier>public</modifier>73<member>74<constant basename="ON" count="1"/>75<constant basename="OFF" count="1"/>76</member>77</enum>7879<annotation basename="SAnno">80<modifier>public</modifier>81<member>82<method basename="value">83<modifier>public</modifier>84<type>boolean</type>85</method>86</member>87</annotation>8889</package>90</module>91</sampleapi>929394