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