Skip to content
Snippets Groups Projects
Commit 6c0ceeac authored by Félix  Sidokhine's avatar Félix Sidokhine Committed by William Enright
Browse files

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
......@@ -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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment