Annotation Type AuxiliaryType.SignatureRelevant


  • @Retention(CLASS)
    @Target(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.