Merge "Make SystemApi retained at runtime"

This commit is contained in:
TreeHugger Robot
2018-01-09 09:33:14 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {
}