Java generics in APL

When building for android you can update various things using upl. Modifying game activity class is a great thing and it works fine for the most parts, but if you need to use java generics it’s not. I have the following line
Barcode barcode = data.getParcelableExtraBarcodeCaptureActivity.BarcodeObject);
which takes data from onActivityResult method. This would work just fine if it were ever placed in-game activity class. But upl tries to parse it as a tag, failing miserably and including nothing at all.
Is there any way i can use it in game activity? And I added imports for both barcode class and BarcodeCaptureActivity.

And symbol “&&” doesn’t work either.