diff --git a/docs/mp/jaxrs/05_jaxrs-applications.adoc b/docs/mp/jaxrs/05_jaxrs-applications.adoc index dbed0dfc3c9..29b1ea5944b 100644 --- a/docs/mp/jaxrs/05_jaxrs-applications.adoc +++ b/docs/mp/jaxrs/05_jaxrs-applications.adoc @@ -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. @@ -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