Interface Registrar<C>
- Type Parameters:
C- the base type of the component being registered
- All Known Implementing Classes:
GlobalTaskRegistrar,GradleServiceRegistrar,StepTaskRegistrar
@NullMarked
public interface Registrar<C>
Generic interface for registering plugin components.
-
Method Summary
-
Method Details
-
register
Registers a component with a unique identifier.- Parameters:
identifier- unique name or ID for the componentvalue- the class implementation to register
-