Annotation Type AggregatedDeps


  • @Retention(CLASS)
    public @interface AggregatedDeps
    Annotation for propagating dependency information through javac runs.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] components
      Returns the components that this dependency will be installed in.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element 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.
    • Element Detail

      • components

        java.lang.String[] components
        Returns the components that this dependency will be installed in.
      • test

        java.lang.String test
        Returns the test this dependency is associated with, otherwise an empty string.
        Default:
        ""
      • replaces

        java.lang.String[] replaces
        Returns the deps that this dep replaces.
        Default:
        {}
      • modules

        java.lang.String[] modules
        Default:
        {}
      • entryPoints

        java.lang.String[] entryPoints
        Default:
        {}
      • componentEntryPoints

        java.lang.String[] componentEntryPoints
        Default:
        {}