Skip to content

Commit

Permalink
8347008: beancontext package spec does not clearly explain why the AP…
Browse files Browse the repository at this point in the history
…I is deprecated

Reviewed-by: aivanov, prr
  • Loading branch information
Alexander Zvegintsev committed Jan 24, 2025
1 parent 471d63c commit 416d469
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1998, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -30,12 +30,15 @@
* context can be nested within another bean context. This package also
* contains events and listener interface for beans being added and removed from
* a bean context.
*
* This package has been deprecated and may be removed in a future version of the Java Platform
* There is no replacement.
*
* <p>
* These APIs are now both obsolete and express an <em>anti-pattern</em> of component
* assembly and interaction.
* <p>
* This package has been deprecated and may be removed in a future version of
* the Java Platform. There is no replacement.
* <p>
* All of the classes and interfaces in this package have been terminally deprecated.
*
* <p>
* Users are advised to migrate their applications to other technologies.
*
* @since 1.2
Expand Down

0 comments on commit 416d469

Please sign in to comment.