Annotation Interface AggregatedDeps
Annotation for propagating dependency information through javac runs.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionString[]
Returns the components that this dependency will be installed in. -
Optional Element Summary
Optional Elements
-
Element Details
-
components
String[] componentsReturns the components that this dependency will be installed in.
-
-
-
test
String testReturns the test this dependency is associated with, otherwise an empty string.- Default:
- ""
-
replaces
String[] replacesReturns the deps that this dep replaces.- Default:
- {}
-
modules
String[] modules- Default:
- {}
-
entryPoints
String[] entryPoints- Default:
- {}
-
componentEntryPoints
String[] componentEntryPoints- Default:
- {}
-