Package manifold.ext.rt.api
Annotation Type Jailbreak
-
@Retention(CLASS) @Target(TYPE_USE) public @interface Jailbreak
Gain direct, type-safe access to otherwise inaccessible classes/methods/fields with @Jailbreak. Annotate the type on a variable, parameter, or new expression with @Jailbreakto avoid the drudgery and vulnerability of Java reflection. See the Type-safe Reflection documentation for more information. See alsomanifold.ext.extensions.java.lang.Object.ManObjectExt#jailbreak(Object)