Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b921eac authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make SystemApi retained at runtime"

parents 7ede382c 3b0867ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@ import java.lang.annotation.Target;
 * @hide
 */
@Target({TYPE, FIELD, METHOD, CONSTRUCTOR, ANNOTATION_TYPE, PACKAGE})
@Retention(RetentionPolicy.SOURCE)
@Retention(RetentionPolicy.RUNTIME)
public @interface SystemApi {
}