TestAnnotationClass.smali revision f2370e3a2ecf8f84e72b0b6a3eed56cf118a76fe
1.class public abstract interface annotation LTestAnnotationClass;
2.super Ljava/lang/Object;
3.implements Ljava/lang/annotation/Annotation;
4
5.method public abstract stringValue()Ljava/lang/String;
6.end method
7
8.annotation system Ldalvik/annotation/AnnotationDefault;
9    value = .subannotation LAnnotationWithValues;
10                stringValue = "Test Annotation String Value"
11            .end subannotation
12.end annotation