Class DependencyInfo.Base

    • Constructor Detail

      • Base

        public Base()
    • Method Detail

      • isModule

        public boolean isModule()
        Description copied from interface: DependencyInfo
        Whether the symbol is provided by a module
        Specified by:
        isModule in interface DependencyInfo
      • getRequiredSymbols

        public com.google.common.collect.ImmutableList<java.lang.String> getRequiredSymbols()
        Specified by:
        getRequiredSymbols in interface DependencyInfo