in src/main/java/org/apache/sling/testing/mock/caconfig/ConfigurationMetadataUtil.java [80:85]
public static void registerAnnotationClasses(
@NotNull BundleContext bundleContext, @NotNull String @NotNull ... classNames) {
Bundle bundle = new RegisterConfigurationMetadataBundle(bundleContext, Bundle.ACTIVE, classNames);
BundleEvent event = new BundleEvent(BundleEvent.STARTED, bundle);
MockOsgi.sendBundleEvent(bundleContext, event);
}