Marker trait to be used for deploying artifacts.
| 38 | |
| 39 | /// Marker trait to be used for deploying artifacts. |
| 40 | pub 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. |
nothing calls this directly
no outgoing calls
no test coverage detected