Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
2e89e901b9f303549f3ba64e45d87292e9c986c8
/
.
/
test
/
005-annotations
/
src
/
android
/
test
/
AnnoSimplePackage1.java
blob: 629cb7dc05ebe4e5fd71f38f0cd97f2fdafde588 [
file
] [
log
] [
blame
]
package
android
.
test
;
import
java
.
lang
.
annotation
.*;
@Target
(
ElementType
.
PACKAGE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
public
@interface
AnnoSimplePackage1
{}