@Retention(value=CLASS)
@Target(value=TYPE)
public static @interface AuxiliaryType.SignatureRelevant
A marker to indicate that an auxiliary type is part of the instrumented types signature. This information can be used to load a type before
the instrumented type such that reflection on the instrumented type does not cause a NoClassDefFoundError
.