Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
e5276da1c7179e768ef25d2a65702816261cab59
/
.
/
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
);
}
}