forked from openlcb/OpenLCB_Java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-info-template.java
28 lines (25 loc) · 1.33 KB
/
package-info-template.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
Sample package-info.java file. The first sentence is extracted and used in the TOC.
<p>
This is a place to provide PACKAGE-level annotations, see example below.
<p>
Note that JavaDoc will use this file in preference to the package.html file for
package-level comments. The format is slightly different, because the HTML
boilerplate isn't needed, and you don't need to start each line with "*".
<p>
For more info on use of this file, see:
<ul>
<li><a href="http://onjava.com/pub/a/onjava/2004/04/21/declarative.html?page=3">http://onjava.com/pub/a/onjava/2004/04/21/declarative.html?page=3</a>
<li><a href="http://java.sun.com/docs/books/jls/third_edition/html/packages.html">http://java.sun.com/docs/books/jls/third_edition/html/packages.html</a>
<li><a href="http://www.javapractices.com/topic/TopicAction.do?Id=60">http://www.javapractices.com/topic/TopicAction.do?Id=60</a>
</ul>
<p>
For more JavaDoc info, see
<ul>
<li><a href="http://download.oracle.com/javase/1.5.0/docs/tooldocs/windows/javadoc.html">http://download.oracle.com/javase/1.5.0/docs/tooldocs/windows/javadoc.html</a>
</ul>
@since 0.1
@see org.openlcb.Node
*/
@edu.umd.cs.findbugs.annotations.SuppressWarnings({"EI_EXPOSE_REP2", "MS_OOI_PKGPROTECT", "MS_PKGPROTECT", "NM_METHOD_NAMING_CONVENTION", "SBSC_USE_STRINGBUFFER_CONCATENATION"} )
package jmri.jmris.srcp.parser;