[#7565] Remove @javax.annotation.Generated annotation from jOOQ code

This commit is contained in:
lukaseder 2018-06-11 13:06:25 +02:00
parent 4ad48173ad
commit 33f4a8bcba

View File

@ -79,7 +79,6 @@ package org.jooq;
*
* @author Lukas Eder
*/
@Generated("This class was generated using jOOQ-tools")
public interface SelectSeekStepN<R extends Record> extends SelectLimitStep<R> {
/**