// 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.
*
*
Related Documentation
*
* For overviews, tutorials, examples, guides, and tool documentation, please see:
*
*
*
* @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;