Question: Explain the use of the @AuraEnabled annotation in Salesforce.Answer: @AuraEnabled is used to expose Apex methods to Lightning components. It allows client-side JavaScript in Lightning components to call server-side Apex controller methods. |
Is it helpful?
Yes
No
Most helpful rated by users: