QuicOptions.Experimental
Stay organized with collections
Save and categorize content based on your preferences.
An annotation for APIs which are not considered stable yet.
Experimental APIs are subject to change, breakage, or removal at any time and may not be production ready.
It's highly recommended to reach out to Cronet maintainers (net-dev@chromium.org
)
before using one of the APIs annotated as experimental outside of debugging
and proof-of-concept code.
By using an Experimental API, applications acknowledge that they are doing so at their own risk.
Inherited Method Summary
From interface
java.lang.annotation.Annotation
abstract
Class<? extends Annotation>
|
annotationType()
|
abstract
boolean
|
equals(Object arg0)
|
abstract
int
|
hashCode()
|
abstract
String
|
toString()
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-10-26 UTC.
[null,null,["Last updated 2023-10-26 UTC."],[],[],null,["# QuicOptions.Experimental\n\npublic static abstract @interface **QuicOptions.Experimental** implements Annotation \nAn annotation for APIs which are not considered stable yet.\n\nExperimental APIs are subject to change, breakage, or removal at any time and may not be production ready.\n\nIt's highly recommended to reach out to Cronet maintainers (`net-dev@chromium.org`)\nbefore using one of the APIs annotated as experimental outside of debugging\nand proof-of-concept code.\n\nBy using an Experimental API, applications acknowledge that they are doing so at their own risk. \n\n### Inherited Method Summary\n\nFrom interface java.lang.annotation.Annotation \n\n|----------------------------------------|---------------------|\n| abstract Class\\\u003c? extends Annotation\\\u003e | annotationType() |\n| abstract boolean | equals(Object arg0) |\n| abstract int | hashCode() |\n| abstract String | toString() |"]]