Package org.dwcj.annotations
Annotation Type Attribute
This annotation is used to set the attributes of the meta/styles and
javascript annotations.
@AppMeta(name = "custom name", content = "custom content", attributes = {
@Attribute(name = "custom-attribute", value = "custom attribute value"),
@Attribute(name = "custom-attribute2", value = "custom attribute value2")
})
- Author:
- Hyyan Abo Fakher
- See Also:
-
Required Element Summary
Required Elements