@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface CustomGroup
Modifier and Type | Required Element and Description |
---|---|
Class<?> |
groupType
The class of the objects contained in the
CustomGroupValue parameter of the Custom Function. |
public abstract Class<?> groupType
CustomGroupValue
parameter of the Custom Function.public abstract String name
This value is used by the Administration Tool as a hint to the user.
Copyright © 2023 Denodo Technologies. All rights reserved.