function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
discussionsdiscussions 

Regarding Annotations

Hi,

 

   Good afternoon frds!!!!

   

        What is the use of Annotation give some example please.. i am neew to salesforce

ibtesamibtesam

Annotations change the behavior of the code when the code is prefixed with one of it.

For example

 

@isTest annotation when added to a class will make that a test class

 

Annotations make the code written after them to work in the way the specific technology defines it.

 

Refer

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_annotation.htm