Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
5d1ac920fdaef5d4ec8f66bb734488cd9660b024
/
.
/
test
/
004-annotations
/
src
/
android
/
test
/
anno
/
AnnoSimplePackage.java
blob: 4aadfe7bfbc838d2e40468d14b6aead0963d219b [
file
] [
log
] [
blame
]
package
android
.
test
.
anno
;
import
java
.
lang
.
annotation
.*;
@Target
(
ElementType
.
PACKAGE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
public
@interface
AnnoSimplePackage
{}