The @author Apex Doc tag is officially supported, but is generally unnecessary in the presence of source drive development. Instead make the comment focused on what the class is doing.

This commit is contained in:
Daniel Ballinger 2026-03-31 11:17:54 +13:00
parent b29a3b532b
commit d701680d45

View File

@ -196,8 +196,9 @@ Class-level format:
```apex
/**
* @author Generated by Apex Skill
* Provides services for geolocation and address conversion.
*/
public with sharing class GeolocationService { }
```
Method-level format:
@ -396,4 +397,4 @@ Deploy: <dry-run or next step>
## Troubleshooting Boundary
This skill handles production `.cls`/`.trigger` issues only: compile/parse failures, deployment dependency errors, runtime governor-limit failures. For test execution, assertions, coverage, or `sf apex run test` failures, delegate to `generating-apex-test`.
This skill handles production `.cls`/`.trigger`/`.apex` issues only: compile/parse failures, deployment dependency errors, runtime governor-limit failures. For test execution, assertions, coverage, or `sf apex run test` failures, delegate to `generating-apex-test`.