/** * Provides a parser for the GVariant * serialization format. * *

The {@link eu.mulk.jgvariant.core} package contains the {@link eu.mulk.jgvariant.core.Value} * and {@link eu.mulk.jgvariant.core.Decoder} types. which form the foundation of this library. */ module eu.mulk.jgvariant.core { requires com.google.errorprone.annotations; requires org.jetbrains.annotations; exports eu.mulk.jgvariant.core; }