I have the following problem:
Let's say my template parameter looks something like this:
@(variable : really.super.extremely.long.package.name.ClassName)
Is there anyway to just import that Class so that I can reduce it to something like this:
@(variable : ClassName)