smali/examples/AnnotationTypes/FieldAnnotation.smali
JesusFreke@JesusFreke.com e53f5ae41b rename the AnnotationTypes example
git-svn-id: https://smali.googlecode.com/svn/trunk@82 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
2009-06-04 05:02:24 +00:00

5 lines
135 B
Smali

.class public abstract interface annotation LFieldAnnotation;
.super Ljava/lang/Object;
.implements Ljava/lang/annotation/Annotation;