Class ClassBinding<T>

  • Type Parameters:
    T - type of the bean described by this injection binding.

    public class ClassBinding<T>
    extends Binding<T,​ClassBinding<T>>
    Injection binding description of a bean bound via its a Java class.
    Author:
    Petr Bouda
    • Method Detail

      • getService

        public Class<T> getService()
        Gets service' class.
        Returns:
        service's class.