Hi all, using inFusion to get an MSE model from Java, I saw that the tool generates a FAMIX.Class for generic types used in parameters, for example:

public interface AnInterface<T> {
      void doSomething(T param);
}

Will generate a FAMIX.Class for T, and a reference to that class for the declaredType of  "param".

Is this the way to describe generic parameters in an MSE file or is a bug?

Thanks,
Diego