diff --git a/pom.xml b/pom.xml index c20641ac1..86b5a8201 100644 --- a/pom.xml +++ b/pom.xml @@ -507,29 +507,6 @@ - - - - - deploy - - true - - - - - - - org.sonatype.central - central-publishing-maven-plugin - 0.8.0 - true - - central - true - - - @@ -565,6 +542,29 @@ + + + + + deploy + + true + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + true + + + diff --git a/src/main/java/dev/openfeature/sdk/HookContextWithoutData.java b/src/main/java/dev/openfeature/sdk/HookContextWithoutData.java index 6e5394ee1..df1ed6ad1 100644 --- a/src/main/java/dev/openfeature/sdk/HookContextWithoutData.java +++ b/src/main/java/dev/openfeature/sdk/HookContextWithoutData.java @@ -45,4 +45,11 @@ static HookContextWithoutData from( return new HookContextWithoutData<>( key, type, defaultValue, ImmutableContext.EMPTY, clientMetadata, providerMetadata); } + + /** + * Make the builder visible for javadocs. + * + * @param flag value type + */ + public static class HookContextWithoutDataBuilder {} }