@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface CustomElement
A Custom Element can be:
type
attribute.Modifier and Type | Required Element and Description |
---|---|
String |
name
Name of the Custom Element
|
Modifier and Type | Optional Element and Description |
---|---|
CustomElementType |
type
Type of the Custom Element.
|
public abstract String name
public abstract CustomElementType type
The default value is
CustomElementType.NONE
CustomElementType
Copyright © 2023 Denodo Technologies. All rights reserved.