Annotation Type RichletMapping


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface RichletMapping
    Represents a mapping of Http Request path with GET method to a StatelessRichlet's method handler or its implementation class.
    Author:
    jumperchen
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The url value for the mapping.
    • Element Detail

      • value

        java.lang.String value
        The url value for the mapping.