Annotations
- Expose
parameter
- Task TaskConfig
source function
@cloud:Expose annotation marks a port that has to be exposed in a custom listener initializer.
1public function init(@cloud:Expose int port) {}
@cloud:Task annotation to configure cron job.