Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
d5b32607798a46a905ba2d8d5bf7507cc970aa58
/
.
/
test
/
004-annotations
/
src
/
android
/
test
/
anno
/
AnnoSimpleParameter.java
blob: 6e26ca3a492f133671097f9769a9e8e9df56dca2 [
file
] [
log
] [
blame
]
package
android
.
test
.
anno
;
import
java
.
lang
.
annotation
.*;
@Target
(
ElementType
.
PARAMETER
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
public
@interface
AnnoSimpleParameter
{}