From 5ef5c5922961cadd651dfe2c9f8115431f550f61 Mon Sep 17 00:00:00 2001 From: LM-SR Date: Thu, 16 Jan 2025 16:26:38 +0100 Subject: [PATCH] Fix typo Change `@Application` to `@ApplicationScoped` in one place. There is no `@Application` annotation. --- docs/reference/src/main/asciidoc/environments.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/src/main/asciidoc/environments.asciidoc b/docs/reference/src/main/asciidoc/environments.asciidoc index b19cd23be3..396fc4f52b 100644 --- a/docs/reference/src/main/asciidoc/environments.asciidoc +++ b/docs/reference/src/main/asciidoc/environments.asciidoc @@ -285,7 +285,7 @@ available: * Managed beans with `@PostConstruct` and `@PreDestroy` lifecycle callbacks * Dependency injection with qualifiers and alternatives -* `@Application`, `@Dependent` and `@Singleton` scopes +* `@ApplicationScoped`, `@Dependent` and `@Singleton` scopes * Interceptors and decorators * Stereotypes * Events