@Retention(value=CLASS) @Target(value=TYPE_USE) public @interface Jailbreak
Jailbreak
.
Annotate the type on a variable, parameter, or new expression with @Jailbreak
to avoid the drudgery
and vulnerability of Java reflection.
See the Type-safe Reflection documentation for
more information.
See also manifold.ext.extensions.java.lang.Object.ManObjectExt#jailbreak(Object)
Copyright © 2020. All rights reserved.