Update provider-interfaces.adoc
This commit is contained in:
parent
1c73aab1c1
commit
115597532a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public interface UserStorageProviderFactory<T extends UserStorageProvider> exten
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
Provider factory classses must specify the concrete provider class as a template parameter when implementing the
|
Provider factory classes must specify the concrete provider class as a template parameter when implementing the
|
||||||
`UserStorageProviderFactory`. This is a must as the runtime will introspect this class to scan for its capabilities
|
`UserStorageProviderFactory`. This is a must as the runtime will introspect this class to scan for its capabilities
|
||||||
(the other interfaces it implements). So for example, if your provider class is named `FileProvider`, then the
|
(the other interfaces it implements). So for example, if your provider class is named `FileProvider`, then the
|
||||||
factory class should look like this:
|
factory class should look like this:
|
||||||
|
|
Loading…
Reference in a new issue