Package org.osgi.service.cdi.annotations
Annotation Type Beans
-
@Documented @Retention(CLASS) @Target(PACKAGE) public @interface Beans
Annotation used to indicate that build tooling must be included the specified classes in theosgi.cdi
beans
list.- Author:
- $ID$
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>[]
value
Specify the list of classes from the current package.
-