@SupportedSourceVersion(value=RELEASE_7)
@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface Element
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
The description of this element.
|
java.lang.String |
friendlyName
The friendly name of this element.
|
java.lang.String |
name
The tag name of this element.
|
boolean |
root
Defines if this element is a GIML root (i.e.
|
public abstract java.lang.String name
public abstract boolean root
true
if this element is a GIML root, false
otherwise.public abstract java.lang.String friendlyName
name()
public abstract java.lang.String description