@Target(value={})
@Retention(value=RUNTIME)
public @interface ParamDef
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
The name of the parameter definition.
|
java.lang.String |
type
The type being defined, Typically this is the fully-qualified name of the
Type ,
UserType or CompositeUserType implementation
class. |
public abstract java.lang.String type
Type
,
UserType
or CompositeUserType
implementation
class.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.