You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/technologies/server/java.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ class MyEventProvider extends EventProvider {
382
382
To develop a hook, you need to create a new project and include the OpenFeature SDK as a dependency.
383
383
This can be a new repository or included in [the existing contrib repository](https://github.com/open-feature/java-sdk-contrib) available under the OpenFeature organization.
384
384
Implement your own hook by conforming to the `Hook interface`.
385
-
To satisfy the interface, all methods (`Before`/`After`/`Finally`/`Error`) need to be defined.
385
+
To satisfy the interface, all methods (`before`/`after`/`finallyAfter`/`error`) need to be defined.
0 commit comments