Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
465455f6538a4b624a8482e8927f5cbb929c2f5c
/
.
/
test
/
005-annotations
/
src
/
Main.java
blob: e44722fc4204e9a3717db1632c046be874572722 [
file
] [
log
] [
blame
]
import
android
.
test
.
anno
.
TestAnnotations
;
public
class
Main
{
static
public
void
main
(
String
[]
args
)
{
TestAnnotations
.
main
(
args
);
}
}