It is necessary to describe the structure of this class
class A{
private List<A> listA;
}
tried the solution: Byte-buddy: generate classes with cyclic types
but it will lead to an error
java.lang.ExceptionInInitializerError Caused by: java.lang.IllegalStateException: Cannot resolve declared type of a latent type description:...