@SupportedSourceVersion(value=RELEASE_7)
@Target(value=PARAMETER)
@Retention(value=SOURCE)
public @interface ElementRequiredAttribute
ElementAttribute
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.