Package com.luciad.util.service
package com.luciad.util.service
This package provides a service look-up mechanism that is compatible with
java.util.ServiceLoader.
The services files in the META-INF directory are populated by means of an annotation.
- Since:
- 2013.0
-
ClassDescriptionIndicates that the annotated class should be listed into the META-INF/services/CONTRACTNAME.Annotation processor that is able to process
LcdService
annotations at compile time.Service loader, similar to theJRE ServiceLoader
, but supporting priorities.