Interface OptionalProtocPlugin
- All Superinterfaces:
ProtocPlugin
- All Known Subinterfaces:
PathProtocPlugin
,UrlProtocPlugin
- All Known Implementing Classes:
PathProtocPluginBean
,UrlProtocPluginBean
Protoc plugin base that can be optionally ignored if it cannot be resolved.
By default, plugins are NOT optional.
- Since:
- 2.0.0
- Author:
- Ashley Scopes, Anthony Alayo
-
Method Summary
Methods inherited from interface io.github.ascopes.protobufmavenplugin.plugins.ProtocPlugin
getOptions, getOrder, isSkip
-
Method Details
-
isOptional
default boolean isOptional()
-