Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-jams
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-jams
Commits
6c0ceeac
Commit
6c0ceeac
authored
4 years ago
by
Félix Sidokhine
Committed by
William Enright
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
added deprecation and removal warning on annotation scanner
Change-Id: I95aa444f38e8824c0197e984d6e31b84ded678f4
parent
a0ad3838
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jams-common/src/main/java/net/jami/jams/common/annotations/ScopedServletAnnotationScanner.java
+1
-0
1 addition, 0 deletions
...ms/common/annotations/ScopedServletAnnotationScanner.java
with
1 addition
and
0 deletions
jams-common/src/main/java/net/jami/jams/common/annotations/ScopedServletAnnotationScanner.java
+
1
−
0
View file @
6c0ceeac
...
...
@@ -14,6 +14,7 @@ import net.jami.jams.common.objects.user.AccessLevel;
import
java.util.HashSet
;
@Slf4j
@Deprecated
(
since
=
"2.0"
,
forRemoval
=
true
)
public
class
ScopedServletAnnotationScanner
{
public
void
scanAndModify
(
HashSet
<
String
>
classes
){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment