Looking at the bytecode, there's that: ``` public ...
# random
g
Looking at the bytecode, there's that:
Copy code
public final class com/gabrielfv/viewtest/MyObj {

  // access flags 0x19
  public final static Ljava/lang/String; MESSAGE = "msg"
  @Lorg/jetbrains/annotations/NotNull;() // invisible

  // access flags 0x2
  private <init>()V
   L0
    LINENUMBER 3 L0
    ALOAD 0
    INVOKESPECIAL java/lang/Object.<init> ()V
    RETURN
   L1
    LOCALVARIABLE this Lcom/gabrielfv/viewtest/MyObj; L0 L1 0
    MAXSTACK = 1
    MAXLOCALS = 1
  //...
}