@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Parameter
String
name
type
int
maxLenght
boolean
nullable
precision
scale
public abstract String name
public abstract String type
public abstract boolean nullable
public abstract int maxLenght
public abstract int precision
public abstract int scale
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.