Annotation Interface ExcludeFirst


@Retention(RUNTIME) @Target(TYPE) public @interface ExcludeFirst
Marker annotation for descriptor classes that shall be excluded in a first search round for JSL descriptors. This is in particular helpful if test classes are in the dependencies that define a descriptor for testing that shall not accidentally "overlay" production descriptors. To activate this annotation, use ServiceLoaderUtils.filterExcluded(Class).
Author:
Holger Eichelberger, SSE