Annotation Interface HamletSpec.Element
- Enclosing class:
- HamletSpec
The element annotation for specifying element options other than
attributes and allowed child elements
-
Optional Element Summary
Optional Elements
-
Element Details
-
startTag
boolean startTagWhether the start tag is required for the element.- Returns:
- true if start tag is required
- Default:
- true
-
endTag
boolean endTagWhether the end tag is required.- Returns:
- true if end tag is required
- Default:
- true
-