package test

public open class JavaBeanVarOfGenericType</*0*/ P> {
    /*primary*/ public constructor JavaBeanVarOfGenericType</*0*/ P>()
    public open fun getCharacters(): java.util.ArrayList<P>?
    public open fun setCharacters(/*0*/ p0: java.util.ArrayList<P>?): kotlin.Unit
}
