Package org.mozilla.geckoview
Annotation Type ExperimentalGeckoViewApi
@Retention(CLASS)
@Target({TYPE,TYPE_USE,METHOD,CONSTRUCTOR,PACKAGE})
public @interface ExperimentalGeckoViewApi
GeckoView APIs annotated with
ExperimentalGeckoViewApi
are subject to change or else
inherently more dangerous or unstable.
This annotation covers:
- API signatures that may change without notice or deprecation period.
- API behavior and interactions that may change without notice.
- Features that are under heavy development and are considered unstable.
- Features that have inherent risk or potentially destabilize other parts of GeckoView.
Only use an API annotated with this if you fully understand the API and accept the risks.