Interface UrlProtocPlugin

All Superinterfaces:
OptionalProtocPlugin, ProtocPlugin
All Known Implementing Classes:
UrlProtocPluginBean

@Modifiable public interface UrlProtocPlugin extends OptionalProtocPlugin
Implementation independent descriptor for a protoc plugin that can be resolved from a URL.

URL-based plugins can be marked as optional if they should be skipped when the resource is unable to be resolved.

Since:
2.0.0
Author:
Ashley Scopes
  • Method Details

    • getUrl

      URL getUrl()