GP-1970: Remove TraceObject.getLifespan() and ilk

This commit is contained in:
Dan
2022-05-09 13:28:00 -04:00
parent 17c0b78756
commit c957154730
58 changed files with 1803 additions and 1144 deletions
@@ -26,6 +26,6 @@ import java.lang.annotation.Target;
* The items are intended to become part of the public API, but the interfaces are unstable, and
* there's no guarantee they will ever become public.
*/
@Target({ TYPE, FIELD, METHOD, CONSTRUCTOR, ANNOTATION_TYPE, PACKAGE })
@Target({ TYPE, FIELD, METHOD, CONSTRUCTOR, ANNOTATION_TYPE, PACKAGE, PARAMETER })
public @interface Experimental {
}