←Older revision | Revision as of 04:48, 5 August 2009 | ||
Line 1: | Line 1: | ||
[[Annotations]] can definitely be an API. At salesforce.com, we have a dynamic language that we | [[Annotations]] can definitely be an API. At salesforce.com, we have a dynamic language that we | ||
develop in-house. Many methods for standard objects in this language | develop in-house. Many methods for standard objects in this language | ||
- | are implemented in [[Java]], and annotated to generate (just like described in [[CompileTimeCache]]s?) the method signatures | + | are implemented in [[Java]], and annotated to generate (just like described in [[CompileTimeCache]]s, using [[AnnotationProcessor]]s?) the method signatures |
in Apex. The [[annotation]]s are literally the library API. | in Apex. The [[annotation]]s are literally the library API. | ||