Uses of Package
io.github.ascopes.protobufmavenplugin.sources.incremental
Packages that use io.github.ascopes.protobufmavenplugin.sources.incremental
Package
Description
Management of source code generation requests.
Components to facilitate incremental code generation, which aims to reduce build times for
large codebases by allowing the
maven-compiler-plugin
to incrementally generate classes
from Java sources.-
Classes in io.github.ascopes.protobufmavenplugin.sources.incremental used by io.github.ascopes.protobufmavenplugin.generationClassDescriptionManager that detects situations where incremental compilation may be faster on large codebases.
-
Classes in io.github.ascopes.protobufmavenplugin.sources.incremental used by io.github.ascopes.protobufmavenplugin.sources.incrementalClassDescriptionImmutable implementation of
IncrementalCache
.Builds instances of typeImmutableIncrementalCache
.Serialized format of the incremental compilation cache.Serializer forIncrementalCache
objects.