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