Skip to content

Commit aab2e6f

Browse files
LM-SRmanovotn
authored andcommitted
Fix typo
Change `@Application` to `@ApplicationScoped` in one place. There is no `@Application` annotation.
1 parent 21fcc0f commit aab2e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/src/main/asciidoc/environments.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ available:
285285
* Managed beans with `@PostConstruct` and `@PreDestroy` lifecycle
286286
callbacks
287287
* Dependency injection with qualifiers and alternatives
288-
* `@Application`, `@Dependent` and `@Singleton` scopes
288+
* `@ApplicationScoped`, `@Dependent` and `@Singleton` scopes
289289
* Interceptors and decorators
290290
* Stereotypes
291291
* Events

0 commit comments

Comments
 (0)