protobuf4j.orm.sql.Direction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobuf4j-sql Show documentation
Show all versions of protobuf4j-sql Show documentation
A Facility Framework to Develop with Google Protobuf
The newest version!
package protobuf4j.orm.sql;
/**
* author: yuanwq
* date: 2018/7/12
*/
public enum Direction {
ASC,
DESC
}