@Retention(value=CLASS)
public @interface AggregatedDeps
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
components
Returns the components that this dependency will be installed in.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
componentEntryPoints |
java.lang.String[] |
entryPoints |
java.lang.String[] |
modules |
java.lang.String[] |
replaces
Returns the deps that this dep replaces.
|
java.lang.String |
test
Returns the test this dependency is associated with, otherwise an empty string.
|
public abstract java.lang.String[] components
public abstract java.lang.String test