Files
JIMRI/java/package-info.java
T
2026-06-17 14:00:51 +02:00

26 lines
873 B
Java

// This is the template file for package-info.java files.
// Update the following, including the package statement,
// and remove these three lines.
/**
* Provides basic interfaces and certain core implementations for the JMRI
* layout management concepts.
*
* <h2>Related Documentation</h2>
*
* For overviews, tutorials, examples, guides, and tool documentation, please see:
* <ul>
* <li><a href="http://jmri.org/">JMRI project overview page</a>
* <li><a href="http://jmri.org/help/en/html/doc/Technical/index.shtml">JMRI project technical info</a>
* </ul>
*
* <!-- Put @see and @since tags down here. -->
* @see jmri.managers
* @see jmri.implementation
*/
//@annotations for the entire package go here
// include empty DefaultAnnotation to avoid excessive recompilation
@edu.umd.cs.findbugs.annotations.DefaultAnnotation(value={})
package jmri;