Package app.ductape.sdk.core.api
Annotation Interface Beta
@Documented
@Retention(CLASS)
@Target({TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE})
public @interface Beta
Marks a public symbol as beta: usable, but its signature and behavior may
change in any release prior to its promotion to
Stable.
Beta symbols are excluded from the apiCompatibility (japicmp) gate. Consumers should
pin SDK versions when relying on beta features.
-
Optional Element Summary
Optional Elements