unplugged-system/external/google-smali/examples/AnnotationValues/SubAnnotation.smali

6 lines
200 B
Smali
Raw Normal View History

.class public abstract interface annotation LSubAnnotation;
.super Ljava/lang/Object;
.implements Ljava/lang/annotation/Annotation;
.method public abstract stringValue()Ljava/lang/String;
.end method