io.annot8.api.properties.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annot8-api Show documentation
Show all versions of annot8-api Show documentation
Core API interfaces for the Annot8 project
/**
* This package contains the api interface for properties.
*
* Generally, objects within Annot8 have immutable properties which are set at creation time and
* then fixed for the life time of that object.
*
*
The exception is Items, which have mutable properties that can be set at any time.
*/
package io.annot8.api.properties;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy