Merge "Make SystemApi retained at runtime"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0b921eacb5
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user