public void activate()

in src/main/java/org/apache/sling/graphql/schema/aggregator/impl/ProviderBundleTracker.java [63:67]


    public void activate(BundleContext bundleContext) {
        this.bundleContext = bundleContext;
        BundleTracker<?> bt = new BundleTracker<>(bundleContext, Bundle.ACTIVE, this);
        bt.open();
    }