@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
public @interface Library
Modifier and Type | Required Element and Description |
---|---|
ComponentId |
id |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
LibraryJar[] |
jars |
LibraryReference[] |
libraryRefs |
java.lang.String |
vendorExtensionID |
public abstract ComponentId id
public abstract LibraryReference[] libraryRefs
public abstract LibraryJar[] jars