jet.runtime.typeinfo
Annotation Type JetValueParameter
Deprecated.
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Deprecated
public @interface JetValueParameter
|
Required Element Summary |
java.lang.String |
name
Deprecated. |
|
Optional Element Summary |
java.lang.String |
type
Deprecated. This is a hack for Kara |
name
public abstract java.lang.String name
- Deprecated.
type
public abstract java.lang.String type
- Deprecated.
- This is a hack for Kara
- Returns:
"?" if the type of this parameter is nullable, an empty string otherwise
- Default:
- ""