Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.x: Fix typo @Provided -> @Provider in jaxrs-applications.adoc #9633

Open
wants to merge 1 commit into
base: helidon-3.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/mp/jaxrs/jaxrs-applications.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2021, 2022 Oracle and/or its affiliates.
Copyright (c) 2021, 2025 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -69,7 +69,7 @@ If no `Application` subclasses are found, create a _synthetic_ `Application` sub
all beans gathered in steps (2) and (3) and set the application path to be "/" —this is the path
normally defined using the `@ApplicationPath` annotation.

NOTE: Helidon treats `@Path` and `@Provided` as bean-defining annotations but, as stated above,
NOTE: Helidon treats `@Path` and `@Provider` as bean-defining annotations but, as stated above,
`Application` subclasses may require additional annotations depending on the discovery mode.

If one or more `Application` subclasses are found, call the `getClasses` and `getSingletons` methods
Expand Down