@Retention(value=RUNTIME) @Target(value=TYPE) public @interface AdaptedService
The types in question should be those already known to the CDI bundle.
Services to be published from annotated types provided by the extension should be created manually.
public abstract Class<?>[] value
Copyright © 2020 The Apache Software Foundation. All rights reserved.