An open API service indexing awesome lists of open source software.

https://github.com/yuriytkach/advanced_java_generics

Sample code for the Advanced Java Generics training
https://github.com/yuriytkach/advanced_java_generics

Last synced: 3 months ago
JSON representation

Sample code for the Advanced Java Generics training

Awesome Lists containing this project

README

        

### Sample code from the Advanced Java Generics training

The code showcases different usages of generics in Java.
The video for the training in Russian language can be found here: https://www.youtube.com/playlist?list=PL6jg6AGdCNaX1yIJpX4sgALBTmTVc_uOJ

There are no classes with `main` method, but there are some JUnit tests.