Reports incorrect @Scheduled method declarations.
According to the Spring Documentation, methods to be scheduled must not expect any arguments.
If a method needs to interact with other objects from an Application Context, they should be provided through dependency injection.