diff --git a/hera-metadata/src/doc/metadata.xml b/hera-metadata/src/doc/metadata.xml index 2c4fea1..35713d6 100644 --- a/hera-metadata/src/doc/metadata.xml +++ b/hera-metadata/src/doc/metadata.xml @@ -42,13 +42,14 @@ public interface MetadataProvider { linkend="core.plugin-registry" />) without bothering developers with too much information required. - The MetadataProvider interface is to be used in application plugin - interfaces to indicate that they can provide metadata. To ease plugin - implementation we provide AbstractMetadataBasedPlugin that uses the - internal metadata to implement supports(..) method of Plugin. Extending - this base class plugins with metadata as selection criteria can easily be - build. This way you could store the metadata in user specific - configuration files and use this to select a distinct plugin specific to a - given user. + The MetadataProvider interface is to + be used in application plugin interfaces to indicate that they can provide + metadata. To ease plugin implementation we provide + AbstractMetadataBasedPlugin that uses the internal + metadata to implement supports(..) method of + Plugin. Extending this base class plugins + with metadata as selection criteria can easily be build. This way you + could store the metadata in user specific configuration files and use this + to select a distinct plugin specific to a given user. - + \ No newline at end of file