Annotation Type Get


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