com.github.drinkjava2.jsqlbox.annotation
Annotation Type Sql


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Sql

Specifies a SQL String on a method.


Optional Element Summary
 String[] value
          (Optional) The value String of the SQL
 

value

public abstract String[] value
(Optional) The value String of the SQL

Default:
{}


Copyright © 2018. All rights reserved.