Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to copy the fully quantified class name over and over for descriptors
Describe the solution you'd like
Allowing javatypes in descriptors, e.g.
import:
com.someone.Something
on script load:
script.[Something]doSomething();