Package org.codice.ddf.platform.bootflag
Interface BootServiceFlag
public interface BootServiceFlag
A
BootServiceFlag is a marker interface that indicates some sort of condition is met
indicated by the service being available in the OSGi service registry. A service property should
be used to allow filtering.
The condition for the BootServiceFlag is only checked once at system startup time. If
the service is registered, unregistering it at a later time will have no effect. The service
should only be relied upon at system startup time.
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.