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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
append(Iterable<org.xembly.Directive> directives)
Append directives.Iterable<org.xembly.Directive>
build()
Build directives all together.
-