Class AnnotationItem

java.lang.Object
com.googlecode.d2j.dex.writer.item.BaseItem
com.googlecode.d2j.dex.writer.item.AnnotationItem

public class AnnotationItem extends BaseItem
  • Field Details

    • visibility

      public final com.googlecode.d2j.Visibility visibility
    • annotation

      public final EncodedAnnotation annotation
  • Constructor Details

    • AnnotationItem

      public AnnotationItem(TypeIdItem type, com.googlecode.d2j.Visibility visibility)
  • Method Details