moved the examples

git-svn-id: https://smali.googlecode.com/svn/trunk@79 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com
2009-06-04 04:39:25 +00:00
parent 20f261138f
commit c2b3b1457a
14 changed files with 1285 additions and 0 deletions

View File

@ -0,0 +1,6 @@
.class public abstract interface annotation LSubAnnotation;
.super Ljava/lang/Object;
.implements Ljava/lang/annotation/Annotation;
.method public abstract stringValue()Ljava/lang/String;
.end method