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

2.x: Fix typo @Provided -> @Provider in 05_jaxrs-applications.adoc #9634

Open
wants to merge 1 commit into
base: helidon-2.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/05_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 @@ -62,7 +62,7 @@ If one or more `Application` subclasses are found, call the `getClasses` and `ge
in each subclass using the collections in steps (2) and (3) only as defaults, i.e. if these methods
both return empty sets.

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

== Access to Application Instances
Expand Down