Interface ModuleInfoProvides

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
ModuleInfoProvides.BuilderBase.ModuleInfoProvidesImpl

public interface ModuleInfoProvides extends Prototype.Api
A provides directive of a module info.
See Also:
  • Method Details

    • builder

      static ModuleInfoProvides.Builder builder()
      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      static ModuleInfoProvides create()
      Create a new instance with default values.
      Returns:
      a new instance
    • service

      TypeName service()
      Type of the service provided.
      Returns:
      service type
    • implementations

      List<TypeName> implementations()
      List of implementations of the service.
      Returns:
      implementation types