Annotation Interface ElementLocal


@Retention(RUNTIME) @Target({TYPE,PACKAGE}) public @interface ElementLocal
Instructs the Element ClassLoader to copy the annotated from its parent ClassLoader and load into the ClassLoader for the Element running within it. This annotation is only valid for when an Element is running in ElementType.ISOLATED_CLASSPATH mode.