@SupportedSourceVersion(value=RELEASE_7)
@Target(value=PARAMETER)
@Retention(value=SOURCE)
public @interface ElementAttribute
ElementRequiredAttribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
defaultValue
The default value of this attribute.
|
public abstract java.lang.String defaultValue
String
attributes, values must be preceded by / end with
\"
.public abstract java.lang.String name
public abstract boolean reference
true
, the type of this attribute is set to reference
instead of its true type.true
if this attribute is a reference, false
otherwise.