public Collection getMandatoryResources()

in src/main/java/org/apache/sling/feature/resolver/impl/ResolveContextImpl.java [53:55]


    public Collection<Resource> getMandatoryResources() {
        return Collections.singleton(bundle);
    }