com.rathravane.till.nv.rrNvDecoratable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of silt Show documentation
Show all versions of silt Show documentation
A small collection of classes used in various Rathravane systems.
package com.rathravane.till.nv;
/**
* A decoratable class is one that has decorations in a writeable
* name/value table.
*
* @author peter
*
*/
public interface rrNvDecoratable
{
public rrNvWriteable getDecorations ();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy