jet.runtime.typeinfo
Annotation Type JetValueParameter


Deprecated.

@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Deprecated
public @interface JetValueParameter


Required Element Summary
 String name
          Deprecated.  
 
Optional Element Summary
 String type
          Deprecated. This is a hack for Kara
 

Element Detail

name

public abstract String name
Deprecated. 

type

public abstract String type
Deprecated. 
This is a hack for Kara

Returns:
"?" if the type of this parameter is nullable, an empty string otherwise
Default:
""


Copyright © 2015. All Rights Reserved.