Where is the class for the @Scanned annotation

I’ve looked everywhere and cannot find it. It isn’t in atlassian-spring-scanner version 2.1.7.

Hello @arnie.morein,

Based on the Atlassian Spring Scanner’s readme, in the versions and compatibility section, it states that this is changed in version 2.x

Remove use of @Scanned - this feature is removed. All classes are now scanned.

Hope this helps.
Ian

Good to know. Is there no way to mark old instruction pages as OBSOLETE?

Agreed. Developer docs like Accessing Confluence Components from Plugin Modules and Control access with SAL continue to show the use of the apparently now-obsolete @Scanned annotation, which now fails to compile.