com.test.model.animals.Zoo Maven / Gradle / Ivy
package com.test.model.animals;
import com.github.restup.annotations.ApiName;
@ApiName("zoo")
public class Zoo {
}
package com.test.model.animals;
import com.github.restup.annotations.ApiName;
@ApiName("zoo")
public class Zoo {
}