Annotation Interface NpmPackage.Container
- Enclosing class:
- NpmPackage
@Retention(RUNTIME)
@Target(TYPE)
@Documented
@Inherited
public static @interface NpmPackage.Container
Internal annotation to enable use of multiple
NpmPackage
annotations.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionInternally used to enable use of multipleNpmPackage
annotations.
-
Element Details
-
value
NpmPackage[] valueInternally used to enable use of multipleNpmPackage
annotations.- Returns:
- an array of the JavaScript annotations
-