SubAnnotation.smali revision c2b3b1457a18144c07202ea93ec4dae0c1b118db
1.class public abstract interface annotation LSubAnnotation;
2.super Ljava/lang/Object;
3.implements Ljava/lang/annotation/Annotation;
4
5.method public abstract stringValue()Ljava/lang/String;
6.end method