Skip to content

Instantly share code, notes, and snippets.

@stormworm29
Created December 13, 2021 11:57
Show Gist options
  • Save stormworm29/5d67ecc6f7e17e64add685bb250469ab to your computer and use it in GitHub Desktop.
Save stormworm29/5d67ecc6f7e17e64add685bb250469ab to your computer and use it in GitHub Desktop.
package com.mysite.core.config;
public interface OSGIClient {
public String execute();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment