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