org.qbicc.runtime.stackwalk.StackTraceElementAccess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-runtime-main Show documentation
Show all versions of qbicc-runtime-main Show documentation
Qbicc run time main entry point
package org.qbicc.runtime.stackwalk;
import org.qbicc.runtime.patcher.PatchClass;
@PatchClass(StackTraceElement.class)
class StackTraceElementAccess {
// alias
transient Class> declaringClassObject;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy