Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
45970a4cde2fb12e1cb1515aaf0d9cb9869c5116
/
.
/
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
{}