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

org.iartisan.runtime.jdbc.annotations.Pagination Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.iartisan.runtime.jdbc.annotations;

import java.lang.annotation.*;

/**
 * 

* 分页标签 * * @author King * @since 2017/6/21 */ @Deprecated @Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD, ElementType.TYPE}) public @interface Pagination { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy