Annotation Type NpmPackage.Container
-
@Retention(RUNTIME) @Target(TYPE) @Documented @Inherited public static @interface NpmPackage.Container
Internal annotation to enable use of multipleNpmPackageannotations.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description NpmPackage[]valueInternally used to enable use of multipleNpmPackageannotations.
-
-
-
Element Detail
-
value
NpmPackage[] value
Internally used to enable use of multipleNpmPackageannotations.- Returns:
- an array of the JavaScript annotations
-
-