mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-26 13:27:59 +00:00
8134152: Public API for java 8 DataFlavor fields do not have @since tag
Reviewed-by: ssadetsky, alexsch
This commit is contained in:
parent
59accc606b
commit
6ffba3b398
@ -289,6 +289,8 @@ public class DataFlavor implements Externalizable, Cloneable {
|
||||
* representationClass = String
|
||||
* mimeType = "text/html"
|
||||
* </pre>
|
||||
*
|
||||
* @since 1.8
|
||||
*/
|
||||
public static DataFlavor selectionHtmlFlavor = initHtmlDataFlavor("selection");
|
||||
|
||||
@ -301,6 +303,8 @@ public class DataFlavor implements Externalizable, Cloneable {
|
||||
* representationClass = String
|
||||
* mimeType = "text/html"
|
||||
* </pre>
|
||||
*
|
||||
* @since 1.8
|
||||
*/
|
||||
public static DataFlavor fragmentHtmlFlavor = initHtmlDataFlavor("fragment");
|
||||
|
||||
@ -314,6 +318,8 @@ public class DataFlavor implements Externalizable, Cloneable {
|
||||
* representationClass = String
|
||||
* mimeType = "text/html"
|
||||
* </pre>
|
||||
*
|
||||
* @since 1.8
|
||||
*/
|
||||
public static DataFlavor allHtmlFlavor = initHtmlDataFlavor("all");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user