Interface ClassBinding<T>

Type Parameters:
T - the type of Class.
All Superinterfaces:
Binding<T>

public interface ClassBinding<T> extends Binding<T>
A Binding that requires an instance of a concrete Class to be created.
Since:
Oct-2024
Author:
brian.oliver
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends T>
    The concrete Class.

    Methods inherited from interface Binding

    dependency
  • Method Details

    • concreteClass

      Class<? extends T> concreteClass()
      The concrete Class.
      Returns:
      the concrete Class