Interface InterfaceModel

    • Method Detail

      • allImplementations

        Collection<ClassModel> allImplementations()
        Returns an unmodifiable collection of all classes implementing this interface.
        Returns:
        list of classes directly implementing this interface
      • implementations

        Collection<ClassModel> implementations()
        Returns an unmodifiable collection of classes directly implementing this interface
        Returns:
        list of classes implementing this interface