@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Inherited
@Documented
public @interface Function
@Category
annotation to designate which category should
contain the function. Use the @Type
annotation to indicate the return type. Describe
additional behaviors of the parameters to the function using the @Parameter
annotation.Modifier and Type | Fields and Description |
---|---|
static int |
NOT_DEFINED |
Modifier and Type | Optional Element and Description |
---|---|
int |
returnType
Deprecated.
since 6.0.3. Use the @Type annotation instead.
|
@Deprecated public abstract int returnType
Type
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.