Uses of Annotation Interface
io.github.ascopes.protobufmavenplugin.plexus.KindHint
Packages that use KindHint
Package
Description
Management of
protoc plugins.Distribution models for the <protoc/> plugin parameter
-
Uses of KindHint in io.github.ascopes.protobufmavenplugin.plugins
Classes in io.github.ascopes.protobufmavenplugin.plugins with annotations of type KindHintModifier and TypeClassDescriptionclassImplementation independent descriptor for a protoc plugin that can be resolved from a Maven repository and corresponds to a native executable.classImplementation independent descriptor for a protoc plugin that can be resolved from a Maven repository.classImplementation independent descriptor for a protoc plugin that can be resolved from the system$PATH.classImplementation independent descriptor for a protoc plugin that can be resolved from a URI. -
Uses of KindHint in io.github.ascopes.protobufmavenplugin.protoc.distributions
Classes in io.github.ascopes.protobufmavenplugin.protoc.distributions with annotations of type KindHintModifier and TypeClassDescriptionclassModel base for aprotocdistribution that is resolved from a Maven repository, and is in an OS-dependent executable binary format.classModel base for aprotocdistribution that is located on the system$PATH.classModel base for aprotocdistribution that is located at a URI.