<dependency>
<groupId>com.github.dcais</groupId>
<artifactId>gentyref</artifactId>
<version>1.2.0</version>
</dependency>
import com.github.dcais.gentype.RefType;
public class Example {
public static void main(String[] args) {
RefType<String> refType = new RefType<String>() {};
}
}