Package org.osgi.service.cdi.annotations
Annotation Interface Beans
Annotation used to indicate that build tooling must be included the specified
classes in the
osgi.cdi
beans
list.-
Optional Element Summary
-
Element Details
-
value
Class<?>[] valueSpecify the list of classes from the current package. Specifying no value (or an empty array) indicates to include all classes in the package.- Default:
- {}
-