harness-community / openfeature-java-provider

Apache License 2.0
0 stars 1 forks source link

OF Requirement 1.1.4 #6

Closed scalabl3 closed 1 year ago

scalabl3 commented 1 year ago

https://docs.openfeature.dev/docs/specification/sections/flag-evaluation

Requirement 1.1.4 The API MUST provide a function for retrieving the metadata field of the configured provider.

// example provider accessor OpenFeature.getProviderMetadata();

See provider for details.