Interface UriProtocPlugin

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

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

URI-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

      URI getUrl()