- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
ModuleInfoUses.BuilderBase.ModuleInfoUsesImpl
A uses directive of a module info.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forModuleInfoUses.static classModuleInfoUses.BuilderBase<BUILDER extends ModuleInfoUses.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ModuleInfoUses> Fluent API builder base forModuleInfoUses. -
Method Summary
Modifier and TypeMethodDescriptionstatic ModuleInfoUses.Builderbuilder()Create a new fluent API builder to customize configuration.static ModuleInfoUses.Builderbuilder(ModuleInfoUses instance) Create a new fluent API builder from an existing instance.static ModuleInfoUsescreate()Create a new instance with default values.service()Type of the service used by this module.
-
Method Details
-
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
Create a new instance with default values.- Returns:
- a new instance
-
service
TypeName service()Type of the service used by this module.- Returns:
- service
-