@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface LoadOnBootstrap
InterfaceMixin classes, but should be loaded on the bootstrap class loader
by the dynamic jar generator. This annotation is used for a very small number of classes that are referenced by mixin
interfaces but are not themselves mixin interfaces.
This class was deprecated from day 1. It is required as part of the fix for JAVA-609.