rently @ JavaOne enjoying the Nashorn talks. But I have a question.
Is it possible to create extended classes using parameterized types?
What I want to do is create these:
class SomeClass extends SomeBaseClass {
...
}
I know parameterized types are mostly a compile-time thing, but they
are encode
yep... and may be some how introduce annotations support...
2015-10-27 16:48 GMT-07:00 James Falkner :
> Hey all,
>
> Currently @ JavaOne enjoying the Nashorn talks. But I have a question. Is
> it possible to create extended classes using parameterized types?
>
> What I wa
Hey all,
Currently @ JavaOne enjoying the Nashorn talks. But I have a question.
Is it possible to create extended classes using parameterized types?
What I want to do is create these:
class SomeClass extends SomeBaseClass {
...
}
I know parameterized types are mostly a compile-time thing