Annotation Interface Reflector.Cloneable

Enclosing class:
Reflector

@Retention(RUNTIME) @Target({TYPE,FIELD}) @Documented public static @interface Reflector.Cloneable
Marks a type as cloneable by Reflector into a different classloader.

Annotated class must be serializable and deserializable into JSON.