Hello,
I've noticed that the @Scheduled annotation does not support SpEL ( I've noticed that the StringValueResolver interface is implemented by PlaceholderResolvingStringValueResolver etc, but not with any SpEL class ).
Is there a way today to use SpEL in the @Scheduled annotation?
If not - why? and will it be possible?

Thanks,

Noam