dipgen
dipgen copied to clipboard
Dingen with Generics
Hey, is ist possible to Register Generic Classes using this Code Generator and how would the Annotations Look like if you would have a Class like:
class GenericClass<T> where T: GenericProtocol {
/// some Code
}