package io.github.ibuildthecloud.gdapi.testobject; import io.github.ibuildthecloud.gdapi.annotation.Type; @Type(update = true, delete = true, byId = false, list = false) public class TestTypeCRUD { }