Module io.annot8.api
Package io.annot8.api.properties
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.
-
Interface Summary Interface Description ImmutableProperties Base immutable properties interface from which all other immutable properties extend.ImmutableProperties.Builder Builder interface to createContent (immutable) properties classesMutableProperties Base mutable properties interface from which all other mutable properties extend.Properties Base properties interface from which all other properties objects/interfaces extend.