getInterfaces<I> abstract method
Gets implemented interfaces of specific type.
Type Parameters:
I
: The interface type to filter for
Returns:
- List of matching interfaces
- Empty list if none found
Implementation
List<Class<I>> getInterfaces<I>();