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


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

Specifies TableModel Alias String[]


Required Element Summary
 String[] value
          The TableModel classes (can more than 1 )
 

Element Detail

value

public abstract String[] value
The TableModel classes (can more than 1 )



Copyright © 2018. All rights reserved.