Interface Composite
-
- All Known Implementing Classes:
DirectivesAnnotation,DirectivesAnnotationProperty,DirectivesDefaultValue
public interface CompositeComposite directives. Useful for building tree-like structures.- Since:
- 0.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(Iterable<org.xembly.Directive> directives)Append directives.Iterable<org.xembly.Directive>build()Build directives all together.
-