com.ibm.commerce.rest.javadoc

Annotation Type Description



  • @Retention(value=RUNTIME)
    public @interface Description
    Documents the short description of a REST API method. For more detailed descriptions, add the Notes annotation.
    See Also:
    Notes
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.String value 
    • Element Detail

      • value

        public abstract java.lang.String value
        Returns:
        The API short description.