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