Interface IAnnotation

  • All Known Implementing Classes:
    JadxAnnotation

    public interface IAnnotation
    • Method Detail

      • getAnnotationClass

        java.lang.String getAnnotationClass()
      • getValues

        java.util.Map<java.lang.String,​EncodedValue> getValues()
      • getDefaultValue

        @Nullable
        default @Nullable EncodedValue getDefaultValue()