Interface Composite
- All Known Implementing Classes:
DirectivesAnnotation
,DirectivesAnnotationProperty
,DirectivesDefaultValue
public interface Composite
Composite directives.
Useful for building tree-like structures.
- Since:
- 0.3
-
Method Summary
-
Method Details
-
append
Append directives.- Parameters:
directives
- Directives to append.
-
build
Iterable<org.xembly.Directive> build()Build directives all together.- Returns:
- Directives.
-