Package org.ocpsoft.common.services
Interface NonEnriching
public interface NonEnriching
Marker interface declaring that a particular service implementation will not be enriched when loaded via
ServiceLoader
TODO consider replacing this with @EnrichedWith(NONE), @EnrichedWith(type=MyType.class), @EnrichedWith(ALL)
- Author:
- Lincoln Baxter, III