@SupportedSourceVersion(value=RELEASE_7)
@Target(value=PARAMETER)
@Retention(value=SOURCE)
public @interface ElementRequiredAttribute
An annotation to tag constructor parameters, in order to declare them as required GIML attributes of their parent
GIML tag. Required attributes cannot have default values.
- See Also:
ElementAttribute