Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
8b4b4f0ffa161ec06a2d947b832cab4b0f82ad84
/
.
/
test
/
004-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
);
}
}