Annotation Type Post


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Post
    Use this annotation with the ManagedService annotation. Annotate a method which will get invoked when an HTTP POST is sent.
    Author:
    Jeanfrancois Arcand