package org.bindgen.example.inheritance3; import org.bindgen.Bindable; @Bindable public class Child extends Base<String> { }