Question: 1/50
An Apex method is called from a Lightning component and needs to return a list of Accounts. The method must be usable in Lightning and must not modify data. What annotation should the developer add to the method?
@AuraEnabled(cacheable=true)
@AuraEnabled
@InvocableMethod
@future