- All Implemented Interfaces:
- org.apache.sling.jcr.api.SlingRepositoryInitializer
@Service(value=org.apache.sling.jcr.api.SlingRepositoryInitializer.class)
@Properties(value=@Property(name="service.ranking",intValue=100))
public class FirstRepositoryInitializer
extends Object
implements org.apache.sling.jcr.api.SlingRepositoryInitializer
SlingRepositoryInitializer that creates a node to which SecondRepositoryInitializer
can add a property, to verify that they are executed in order of their service ranking.