We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aafae1 commit e919d0aCopy full SHA for e919d0a
spring-web/src/main/java/org/springframework/http/MediaType.java
@@ -39,6 +39,10 @@
39
* A subclass of {@link MimeType} that adds support for quality parameters
40
* as defined in the HTTP specification.
41
*
42
+ * <p>This class is meant to reference media types supported by Spring Framework.
43
+ * If your application or library relies on other media types defined in RFCs,
44
+ * please use {@link #parseMediaType(String)} or a custom utility class.
45
+ *
46
* @author Arjen Poutsma
47
* @author Juergen Hoeller
48
* @author Rossen Stoyanchev
0 commit comments