Skip to content

Commit

Permalink
Revert "Revert "jakartaee/faces#1707 deprecate
Browse files Browse the repository at this point in the history
custom scope events which are unused since 4.0""

This reverts commit 2ac516a.
  • Loading branch information
BalusC committed Sep 16, 2023
1 parent 29f6055 commit a22c77c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
* </pre>
*
* @since 2.0
* @deprecated because {@code CustomScope} has been removed from Faces in favor of CDI.
*/
@Deprecated(since = "4.1", forRemoval = true)
public class PostConstructCustomScopeEvent extends SystemEvent {

// ------------------------------------------------------------ Constructors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
* </p>
*
* @since 2.0
* @deprecated because {@code CustomScope} has been removed from Faces in favor of CDI.
*/
@Deprecated(since = "4.1", forRemoval = true)
public class PreDestroyCustomScopeEvent extends SystemEvent {

// ------------------------------------------------------------ Constructors
Expand Down

0 comments on commit a22c77c

Please sign in to comment.