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 @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)