Interface PluginContributor
-
- All Known Implementing Classes:
StandardPluginContributor
public interface PluginContributorSpecification for an entity considered to be a "contributor" to aninheritableorplugin metadata.Consult the vendor for further information on how this is used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>description()Stringname()
-
-
-
Method Detail
-
description
Optional<String> description()
- Returns:
- The
descriptionorOptional.empty()otherwise
-
-