xref: /aosp_15_r20/external/google-smali/examples/AnnotationValues/SubAnnotation.smali (revision 37f5703ca959d1ce24046e7595880d209e15c133)
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