Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
2498d855f80171d825ce1b98428cb05c8a504f84
/
.
/
test
/
005-annotations
/
src
/
Main.java
blob: e44722fc4204e9a3717db1632c046be874572722 [
file
] [
log
] [
blame
]
jeffhao
5d1ac92
2011-09-29 17:41:15 -0700
[
diff
] [
blame
]
1
import
android
.
test
.
anno
.
TestAnnotations
;
2
3
public
class
Main
{
4
static
public
void
main
(
String
[]
args
)
{
5
TestAnnotations
.
main
(
args
);
6
}
7
}