All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.beetl.sql.test.OutHolder Maven / Gradle / Ivy

There is a newer version: 3.30.13-RELEASE
Show newest version
package org.beetl.sql.test;

import lombok.Data;
import org.beetl.sql.mapper.annotation.CallParam;

@Data
public class OutHolder {
	@CallParam(2)
	Integer id;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy