Package org.mozilla.geckoview
Annotation Type DeprecationSchedule
@Documented
@Retention(RUNTIME)
@Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE})
public @interface DeprecationSchedule
Additional metadata about a deprecation notice.
-
Required Element Summary
-
Element Details
-
version
int version- Returns:
- Major version when we expect to remove the deprecated member attached to this annotation.
-
id
String id- Returns:
- Identifier for a deprecation notice. All notices with the same identifier will be removed at the same time.
-