MCPcopy Index your code
hub / github.com/astonbitecode/j4rs / JavaArtifact

Interface JavaArtifact

rust/src/provisioning.rs:40–40  ·  view source on GitHub ↗

Marker trait to be used for deploying artifacts.

Source from the content-addressed store, hash-verified

38
39/// Marker trait to be used for deploying artifacts.
40pub trait JavaArtifact {}
41
42/// Represents a Jar artifact that resides in the local storage.
43/// It can be deployed in order to be loaded and used by j4rs by calling the `JVM::deploy_artifact` method.

Callers

nothing calls this directly

Implementers 2

lib.rsrust/src/lib.rs
provisioning.rsrust/src/provisioning.rs

Calls

no outgoing calls

Tested by

no test coverage detected