Annotation Type AggregatedDeps
-
@Retention(CLASS) public @interface AggregatedDepsAnnotation for propagating dependency information through javac runs.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]componentsReturns the components that this dependency will be installed in.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]componentEntryPointsjava.lang.String[]entryPointsjava.lang.String[]modulesjava.lang.String[]replacesReturns the deps that this dep replaces.java.lang.StringtestReturns the test this dependency is associated with, otherwise an empty string.
-