com.ibm.commerce.rest.javadoc

Annotation Type InternalProduces



  • @Inherited
     @Target(value={TYPE,METHOD})
     @Retention(value=RUNTIME)
    public @interface InternalProduces
    Tag used to identify the produced types produced by a internal method.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      java.lang.String[] value
      A list of media types.
    • Element Detail

      • value

        public abstract java.lang.String[] value
        A list of media types. E.g. "image/jpeg,image/gif"
        Default:
        "*/*"