ballerina-platform / ballerina-spec

Ballerina Language and Platform Specifications
Other
167 stars 53 forks source link

Shouldn't the annotation attachment table be updated for resource/remote method changes? #1283

Open MaryamZi opened 11 months ago

MaryamZi commented 11 months ago

Description:

method-defn does not include remote-method-defn and resource-method-defn.

Similarly, method-decl does not include remote-method-decl and resource-method-decl.

But in the annotation attachment point table,

Shouldn't these include resource and remote methods too?

Also, service remote function is defined for "method-defn with remote qualifier on service object". Can't this just be "remote-method-defn in/on service object"? Shouldn't this include (service) remote-method-decl too?