Interface ClassDependent<T>


public interface ClassDependent<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the class associated to the implementation of the interface.
  • Method Details

    • getAssociatedClass

      Class<T> getAssociatedClass()
      Return the class associated to the implementation of the interface.
      Returns:
      the associated class