v811_spc009/external/smali/examples/AnnotationValues/SubAnnotation.smali

6 lines
200 B

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