jdk/src/linux/doc/man/schemagen.1
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 2692 345bc8d65b19
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
.'" t
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
." Copyright 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
." This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
." under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
." published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
." This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
." version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
." accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
." You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
." 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
." CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
." have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
." 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
." `
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
.TH schemagen 1 "07 Aug 2006"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
." Generated by html2man
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
.ad c
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
.SH NAME
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
schemagen \- Java(TM) Architecture for XML Binding Schema Generator \f3Specification Version:\fP 2.0
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
\f3Reference Implementation (RI) Version:\fP 2.0 ea3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
.ad l
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
Launching schemagen
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
The schema generator can be launched using the appropriate \f2schemagen\fP shell script in the \f2bin\fP directory for your platform.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
The current schema generator can process either Java source files or class files.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
We also provide an Ant task to run the schema generator \- see the instructions for using schemagen with Ant.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
\f3For Solaris/Linux\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
      % path/to/jaxb/bin/schemagen.sh Foo.java Bar.java ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
      Note: Writing schema1.xsd
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
      
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
\f3For WindowsNT/2000/XP\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
      > path\\to\\jaxb\\bin\\schemagen.bat Foo.java Bar.java ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
      Note: Writing schema1.xsd
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
    
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
If your java sources/classes reference other classes, they must be accessable on your system CLASSPATH environment variable, or they need to be given to the tool by using the \f2\-classpath\fP/\f2\-cp\fP options. Otherwise you will see errors when generating your schema.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
\f3Command Line Options\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
Usage: schemagen [\-options ...] <java files> 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
Options: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
    \-d <path>         :  Specify where to place processor and javac generated class files 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
    \-cp <path>        :  Specify where to find user specified files  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
    \-classpath <path> :  Specify where to find user specified files  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
    \-help             :  Display this usage message
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
        
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
Generated Resource Files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
The current schema generator simply creates a schema file for each namespace referenced in your Java classes. There is no way to control the name of the generated schema files at this time. For that purpose, use the schema generator ant task.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.SH "See Also"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
JAXB 2.0: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
\f2Release Notes\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
http://java.sun.com/webservices/docs/2.0/jaxb/ReleaseNotes.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
\f2XJC\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
http://java.sun.com/webservices/docs/2.0/jaxb/xjc.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
\f2XJCTask\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
http://java.sun.com/webservices/docs/2.0/jaxb/xjcTask.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
\f2SchemaGen\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
http://java.sun.com/webservices/docs/2.0/jaxb/schemagen.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
\f2schemagenTask\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
http://java.sun.com/webservices/docs/2.0/jaxb/schemagenTask.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
\f2Sample Apps\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
http://java.sun.com/webservices/docs/2.0/jaxb/samples.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
\f2Changelog\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
http://java.sun.com/webservices/docs/2.0/jaxb/changelog2.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
JAXB 1.0.x: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
\f2Release Notes\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
http://java.sun.com/webservices/docs/2.0/jaxb/jaxb\-1_0.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
\f2Changelog\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
http://java.sun.com/webservices/docs/2.0/jaxb/changelog.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
JAXB RI Extensions: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
\f2Runtime Properties\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
http://java.sun.com/webservices/docs/2.0/jaxb/vendorProperties.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
\f2XJC Customizations\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
http://java.sun.com/webservices/docs/2.0/jaxb/vendorCustomizations.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
\f2Develop Plugins\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
http://java.sun.com/webservices/docs/2.0/jaxb/developPlugins.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
JAXB RI Schema Languages: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
\f2W3C XML Schema\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
http://java.sun.com/webservices/docs/2.0/jaxb/vendorSchemaLangs.html#xschema 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
\f2RELAX NG\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
http://java.sun.com/webservices/docs/2.0/jaxb/vendorSchemaLangs.html#relaxng 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
\f2DTD\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
http://java.sun.com/webservices/docs/2.0/jaxb/vendorSchemaLangs.html#dtd 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
JAXB Community: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
\f2Java.net Homepage\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
http://jaxb.dev.java.net 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
\f2Developer interest list\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
https://jaxb.dev.java.net/servlets/ProjectMailingListList 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
\f2FAQ\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
https://jaxb.dev.java.net/faq/index.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265