Uses of Interface
io.annot8.core.properties.Properties
-
Packages that use Properties Package Description io.annot8.core.helpers.builders This package contains helper interfaces used internally by builders within the Annot8 core moduleio.annot8.core.properties This package contains the core interface for properties. -
-
Uses of Properties in io.annot8.core.helpers.builders
Methods in io.annot8.core.helpers.builders with parameters of type Properties Modifier and Type Method Description AWithPropertiesBuilder. withProperties(Properties properties)Add in existing properties -
Uses of Properties in io.annot8.core.properties
Subinterfaces of Properties in io.annot8.core.properties Modifier and Type Interface Description interfaceImmutablePropertiesBase immutable properties interface from which all other immutable properties extend.interfaceMutablePropertiesBase mutable properties interface from which all other mutable properties extend.Methods in io.annot8.core.properties with parameters of type Properties Modifier and Type Method Description static booleanProperties. equals(Properties a, Properties b)static intProperties. hashCode(Properties properties)
-