Re: Parameterized Types

2015-10-27 Thread Tal Liron
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

Re: Parameterized Types

2015-10-27 Thread Mitia Alexandrov
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

Parameterized Types

2015-10-27 Thread 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 want to do is create these: class SomeClass extends SomeBaseClass { ... } I know parameterized types are mostly a compile-time thing