TransformCore/src/main/java/com/facebook/ads/injkit/crashshield/CrashShieldInjector.java [105:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        throw new InvalidAnnotationProcessorConfigurationException(
            String.format(
                Locale.US,
                "Annotation '%s' must have @Retention with RetentionPolicy.CLASS "
                    + "or RetentionPolicy.RUNTIME",
                name));
      }

      return clsAnnotation;
    } catch (ClassNotFoundException e) {
      throw new InvalidAnnotationProcessorConfigurationException(
          String.format(Locale.US, "Failed to load class '%s'", name), e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



TransformCore/src/main/java/com/facebook/ads/injkit/sdkdebugger/SdkDebuggerInjector.java [73:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        throw new InvalidAnnotationProcessorConfigurationException(
            String.format(
                Locale.US,
                "Annotation '%s' must have @Retention with RetentionPolicy.CLASS "
                    + "or RetentionPolicy.RUNTIME",
                name));
      }

      return clsAnnotation;
    } catch (ClassNotFoundException e) {
      throw new InvalidAnnotationProcessorConfigurationException(
          String.format(Locale.US, "Failed to load class '%s'", name), e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



