package io.github.ibuildthecloud.gdapi.testobject; import io.github.ibuildthecloud.gdapi.annotation.Type; @Type(parentClass = TestType.class) public class TestTypeChild { }