Class AnnotatedBytes.AnnotationItem

java.lang.Object
org.jf.dexlib2.util.AnnotatedBytes.AnnotationItem
Enclosing class:
AnnotatedBytes

private static class AnnotatedBytes.AnnotationItem extends Object
  • Field Details

    • indentLevel

      public final int indentLevel
    • annotation

      public final String annotation
  • Constructor Details

    • AnnotationItem

      public AnnotationItem(int indentLevel, String annotation)